Hacking the Command Line
Unlock the power of the prompt with these one liners and hacks.
Set vim as default editor in Debian/Ubuntu
Nicklasos
·
0 responses
·
vim, ubuntu, editor, debian
Quickly switch between Git branches
Baptiste Fontaine
·
0 responses
·
bash, git
Show some simple git branch graph on terminal
Norbert Melzer
·
0 responses
·
terminal, git, branching-graph
Windows Explorer here cli
Islam Ali
·
0 responses
·
cli, windows, explorer
Trimming standard output with tr command
Wojtek Ryrych
·
0 responses
·
zsh, shell
Git Fatal CR LF Fix
Victor Kristof
·
2 responses
·
git, terminal
Forgot the name of your branch?
Stephen Binns
·
0 responses
·
shell, git
How to search same file with different case
Mauro Barincelli
·
0 responses
·
shell, linux, unix
Change directory to current Finder's path
Theo Pack
·
0 responses
·
bash, osx, mac
Quick change of the tabs / spaces in vim
Jacek Dominiak
·
0 responses
·
vim, tabs, spaces
Zero a file w/bash
Aaron Kaufman
·
0 responses
·
bash
Git - Create a branch from today's date
Dimitrios Mistriotis
·
0 responses
·
git, shell, branch
Copy a remote file to mac clipboard
Benjamin
·
0 responses
·
osx, ssh, copy
Show top 30 files by size
Misha Behersky
·
0 responses
·
du, ubuntu, bash, filesize
Quickly setup a new python package
Philipp Kreutzer
·
0 responses
·
python, zsh, django, bash
Script to create a file in a non-existing folder
padawin
·
0 responses
·
script, unix, bash
Run command (eg. unit test) until failure (to test race condition)
Jiew Meng
·
0 responses
·
unit testing, bash