NOTE:
--help
with most scripts will provide you with some pretty decent information about them.
Quickly search the web from the command line using Elinks
NOTE: I'm using
www
instead ofelinks-search
. This is because I've aliasedwww
toelinks-search
in order to write less.
Here is a link to a Sane Elinks Config with Vim Keybindings
Automatically performs a git add, commit and push
gp.sh : "Your message goes here"
NOTE: Commit Message is OPTIONAL
If you don't enter one in, it will default to the current date and time you pushed. E.g "Auto-commit on Xday, XX-XX-XX at XX:XX AM/PM"
- Automatically downloads Private and Public keys.
- Copies the public key to your clipboard.
- You just have to paste that into your github account settings.
Provides a better search than man -k "fprintf"
- More refined result
- Color Coded (result of using Grep)
- Options
-b
: for a broad search-B
: for an even broader search- Default search is Narrow
- Creates a new scala project with SBT
- Creates the build.sbt and plugins.sbt files
- Includes a couple packages and plugins
- Compiles a Fat Jar
- Returns the size of a specified package
- Package can be specified in two ways:
- fuzzy search: by typing no arguments
- via argument:
package-size qutebrowser
asmc
: Assemblycpp_run
: C/C++