forked from GreatDevelopers/MiniScripts
-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
43 lines (41 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
This repository contains mini scripts which help in increasing efficieny by reducing repetetive work and other Addons too.
Directories are structured with respect to programming/script languages.
|____RubyScripts # Contains Ruby Scripts
|
|____PythonScripts # Python Scripts
| |
| |__RemoveRedColor # Python script to remove red color from image
| |
| |__TemplateFilling # Sript to fill template reading data from csv file
|
|____VimConf #Vim Configuration
|
|____TmuxConf #Tmux Configuration
|
|____OpenboxConf #Openbox Window Manager Config
| |
| |____obconf
| |
| |____obmenu
|
|____ShellScripts # Shell Scripts
| |
| |____shortcuts.sh # Simple shortcuts for faster travel in console mode
| |
| |____extr.sh # Simple Extract utitlity for Console mode
| |
| |____256color.sh # Import 256 colors in Console
| |
| |____tree.sh # Tree command in shell script
| |
| |____JavaOnTermux.sh # To run Java program on Android in Termux
| |
| |____sendmail.sh # Send mail when load on server is high
|
|____EmacsConf #Emacs Configuration
|
|____pdfExtractor #It is a command-line utility to extract input-field values from a fillable PDF.
|
|____PhpScripts # PHP Scripts
|
|____data_collection_form