Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
areebbeigh committed Sep 5, 2017
2 parents 4bf4b24 + eb0e58e commit c4e84e6
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions README.md → README.rst
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
# hacker-scripts
hacker-scripts
===============

hacker-scripts is a collection of various scripts written in Python that make daily computer tasks easier. It is a great tool
if you are a lazy computer user (like me) and want things done just with a single command from your command line. This software
currently mostly contains scripts that work on Windows OS.
<hr>
## Installation
Simply download the hacker-scripts package and run the `add_to_path.py` script. This will add the hacker-scripts folder to the
environment variable PATH. After this you should be able to run any of the `hs-` prefixed hacker-scripts from the PowerShell


Installation
-------------

Simply download the hacker-scripts package and run the ``add_to_path.py`` script. This will add the hacker-scripts folder to the
environment variable PATH. After this you should be able to run any of the ``hs-`` prefixed hacker-scripts from the PowerShell
just by typing their name.

After adding the directory to PATH the next thing you have to do is to configure hacker-scripts. This also is an easy process,
to configure hacker-scripts run the `hs-config` command and a new config.ini file will be created in the hacker-scripts
to configure hacker-scripts run the ``hs-config`` command and a new config.ini file will be created in the hacker-scripts
directory. Once this is done you can proceed with the configuration. The configuration also is a straight forward process, the
help docs are all available in the `docs` folder, you can refer to those for help.
<hr>
## Usage
help docs are all available in the ``docs`` folder, you can refer to those for help.

Usage
-----

Using these scripts is pretty much straight forward. After you've done the installation process you can run any hacker-scripts
command via the command line (preferrable Windows PowerShell). Use `hs-help` to view a list of commands and use the following
syntax to get a detailed help description of a command:
`<command name> -dh` example: `hs-music -dh`
``<command name> -dh`` example: ``hs-music -dh``
To simply view the syntax of a command use the following syntax: ``<command name> -h``

To simply view the syntax of a command use the following syntax: `<command name> -h`
<hr>
## Contributing
Contributing
------------

All contributions are welcomed. You can fork the repo add your own scripts (written in Python3) or bug fixes and make a pull request.

Cheers :coffee:

Developer: Areeb Beigh <[email protected]> <br>
GitHub Repo: https://github.com/areebbeigh/hacker-scripts
| **Developer:** Areeb Beigh
| **GitHub Repo:** https://github.com/areebbeigh/hacker-scripts

0 comments on commit c4e84e6

Please sign in to comment.