Initial commit -- including urlencode.py and urldecode.py
This commit is contained in:
13
README.md
13
README.md
@@ -1,2 +1,15 @@
|
||||
# easyscripts
|
||||
Bunch of scripts that make life easier on command line
|
||||
|
||||
Author: Samuel Pua (kahkin@gmail.com)
|
||||
|
||||
##Current Scripts Available
|
||||
- urlencode.py
|
||||
> Encodes strings into urlencoding
|
||||
|
||||
- urldecode.py
|
||||
> Decodes url encoding back to ascii
|
||||
|
||||
##Todos
|
||||
- Tab completion
|
||||
> Seriously out of my league for now. Easy to way to it seems to be using external library argcomplete. But I prefer not to use external libraries
|
||||
|
||||
Reference in New Issue
Block a user