-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.aliases.help
More file actions
130 lines (103 loc) · 2.92 KB
/
.aliases.help
File metadata and controls
130 lines (103 loc) · 2.92 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
###############
# Programming #
###############
bind-gits - Bind ~/gits to /mnt/unencrypted via bindfs for vagrant fun.
start-android-server - Start the adb debugging server under port 9222
restart-apache - Restart Apache (via init.d for some reason)
restart-nginx - Restart nginx (via service)
vagrant-up - Do a Vagrant Up from inside a BindFS synced directory
################
# Google Cloud #
################
gcloud-clear-project - Clear the `project` config value for the gcloud util so accidental deploys do not happen.
#######
# GPG #
#######
gpg-encrypt - Encrypt a file with GPG, will prompt for recipients
gpg-decrypt - Attempt to decrypt a file with GPG
gpg-keys - List all GPG keys in the keyring, in short form
gpg-fingerprints - Show all GPG keys in the keyring, with their fingerprints
############
# Listings #
############
ls - add color, print human readable, no sort
lx - sort by extension
lk - sort by size
la - show hidden files
lr - recursive ls
lt - sort by date
lm - pipe through 'more'
tree - nice alternative to 'ls', tree display
ll - long listing
l - quick listing
lsize - list by size
lsd - list only directories
##############
# System #
# Utilities #
##############
ff - find file
###############
# Git Aliases #
###############
gcob - git checkout -b
gco - git checkout
gaa - git add ./*
gcam - git commit -am
gstat - git status
gdiff - git diff
gb - git branch
ginit - git init
glog - git log (with --decorate for tags)
gmerge - git merge
gp - git push
gpo - git push origin
gpom - git push origin master
############
# Movement #
############
back - go back
.. - go up
... - go up twice
.... - go up thrice
..... - four times
...... - five times
#############
# Directory #
# Shortcuts #
#############
home - go to home directory
documents - go to documents dir
downloads - go to downloads dir
localhost - go to localhost
jtrk - go to JagTrack Eclipse directory
wrks - go to Eclipse workspace
drp - go to Drupal root folder (/var/www/)
############
# Programs #
############
eclipse - start Eclipse IDE
finch - start finch terminal messenger
guake - start Guake (guake -p for preferences)
spotify - launch spotify gui client
xclip - xclip to primary linux clipboard
##############
# Package #
# Management #
##############
apt-update - apt update w/o sudo
install - install w/o sudo
remove - remove w/o sudo
search - search for a package
#########
# Misc. #
#########
reload - reload the bash shell with new source
restart-apache - restart apache
start-gae_ud - start Google App Engine with Udacity App
update-gae_ud - upload or update Google App: hjcudacity (Udacity App)
##########
# Help #
##########
aliases - display aliases help file (this)
bash-help - display general bash help file