Skip to content
/ cmdwrap Public

Wrappers for command-line commands to alert you once they finish

Notifications You must be signed in to change notification settings

j6k4m8/cmdwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command wrappers

Setup

Clone this repo and rename the settings-file. Install requirements.

git clone git@github.com:j6k4m8/cmdwrap.git
cd cmdwrap
mv demo-settings.py settings.py
pip install -r requirements

Now edit settings.py with your own account data. Your account access token is here. Device identifiers can be found by navigating to the Pushbullet devices page and clicking on your phone: The url of that page is then:

https://www.pushbullet.com/#devices/XXXXXzzzzzzzzzzz

The XXXXX is your user_iden, the full X and z string is your device_iden.

Usage

Simply preface a command with abw to turn your anybar red until your command finishes (it'll turn blue).

Preface a command with pbw (e.g. pbw rm bigfile) to wrap it in pybullet: You'll get a text message once it finishes.

Contributing

Pull-requests welcome! Bug reports (via the Issues page) also welcome.

About

Wrappers for command-line commands to alert you once they finish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages