https://github.com/toxblh/simplecode
mini scripts for easy life
https://github.com/toxblh/simplecode
Last synced: about 1 year ago
JSON representation
mini scripts for easy life
- Host: GitHub
- URL: https://github.com/toxblh/simplecode
- Owner: Toxblh
- Created: 2016-07-06T10:05:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T12:33:12.000Z (about 10 years ago)
- Last Synced: 2025-01-07T09:36:13.330Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#This is my pack simple scripts for life
###Translate.py - script for translate russian and english text in your terminal
* exemple: ``` ./translate.py hello world! ```
* bash_profile:
```shell
alias translate='~/simpleCode/translate.py'
```
###Urlcode.py - script for urldecode and urlencode in terminal
* exemple: ```./urldecode.py decode example.com%3Ftitle%3D%D0%BF%D1%80%D0%B0%D0%B2%D0%BE%D0%B2%D0%B0%D1%8F%2B%D0%B7%D0%B0%D1%89%D0%B8%D1%82%D0%B0```
* bash_profile:
```shell
alias urlencode='~/simpleCode/urlcode.py code'
alias urldecode='~/simpleCode/urlcode.py decode'
```