Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/areebbeigh/hacker-scripts
A collection of Python scripts that make daily tasks easier and quicker. Hack your way through daily tasks with hacker-scripts!
https://github.com/areebbeigh/hacker-scripts
automation daily-tasks hacker-scripts powershell python
Last synced: 8 days ago
JSON representation
A collection of Python scripts that make daily tasks easier and quicker. Hack your way through daily tasks with hacker-scripts!
- Host: GitHub
- URL: https://github.com/areebbeigh/hacker-scripts
- Owner: areebbeigh
- License: gpl-3.0
- Created: 2016-06-24T15:22:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T07:51:15.000Z (about 4 years ago)
- Last Synced: 2023-03-06T01:40:04.853Z (over 1 year ago)
- Topics: automation, daily-tasks, hacker-scripts, powershell, python
- Language: Python
- Homepage: http://areebbeigh.github.io
- Size: 119 KB
- Stars: 74
- Watchers: 10
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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.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
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.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:
`` -dh`` example: ``hs-music -dh``
To simply view the syntax of a command use the following syntax: `` -h``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
| **GitHub Repo:** https://github.com/areebbeigh/hacker-scripts