Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code4craft/getter
A tool for manage text for shell.
https://github.com/code4craft/getter
Last synced: 5 days ago
JSON representation
A tool for manage text for shell.
- Host: GitHub
- URL: https://github.com/code4craft/getter
- Owner: code4craft
- Created: 2013-06-27T12:19:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-28T02:35:59.000Z (over 11 years ago)
- Last Synced: 2023-03-22T11:07:52.020Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
getter
-------
A tool for manage text in alias for shell.### About
Written in two language with little difference:
#### Python
[https://github.com/code4craft/getter/tree/master/python](https://github.com/code4craft/getter/tree/master/python)
Save all text and alias in ~/.getrc. No command complement.
#### Shell
[https://github.com/code4craft/getter/tree/master/shell](https://github.com/code4craft/getter/tree/master/shell)
Save each alias-text pair as a file with -alias as filename in /usr/local/getter/. This file is executable so you can call it directly with command complement.
Enjoy it!