https://github.com/srijanshetty/offline
Store commands when offline and execute them later in batch mode
https://github.com/srijanshetty/offline
Last synced: about 2 months ago
JSON representation
Store commands when offline and execute them later in batch mode
- Host: GitHub
- URL: https://github.com/srijanshetty/offline
- Owner: srijanshetty
- License: other
- Created: 2015-05-21T04:45:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T08:18:24.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T19:51:18.086Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.37 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Store commands when offline and execute them in batch when online.
```
_________
___ / _/ _/ (_)__ ___
/ _ \/ _/ _/ / / _ \/ -_)
\___/_//_//_/_/_//_/\__/```
Install
-------1. Copy [offline](offline) to anywhere in $PATH.
2. Completions can be enabled by copying [\_offline](\_offline) to any location in $FPATH.Usage
------```
USAGE: offline [arguments]COMMAND:
-l | list List all the offline commands
-x | execute Execute all offline comands
-r | remove Clean the offline script
-h | help Show this help message
```Demo
-------
License
-------MIT © [Srijan R. Shetty](https://srijanshetty.in)