Samuel e04889b5e4 Added new module fuzzPattern -- with 2 binaries (fuzzPatternCreate &
fuzzfuzzPatternSearch)

 Changes to be committed:
	modified:   README.md
	deleted:    clearextralines.desktop
	new file:   fuzzPattern/fuzzPatternCreate
	new file:   fuzzPattern/fuzzPatternCreate.go
	new file:   fuzzPattern/fuzzPatternSearch
	new file:   fuzzPattern/fuzzPatternSearch.go
	modified:   install.sh
	modified:   uninstall.sh
2018-04-06 15:30:21 +08:00
2018-03-24 16:55:16 +08:00
2018-03-22 19:00:25 +08:00
2018-03-25 15:49:29 +08:00
2018-03-06 10:40:18 +08:00

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

  • Add no search scenario for fuzzPatternSearch

For longer than 4 bytes For really cannot find

Description
Bunch of scripts that make life easier on command line
Readme 32 MiB
Languages
Python 98.5%
Go 1.3%
Shell 0.2%