An open API service indexing awesome lists of open source software.

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

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'
```