This is a draft cheat sheet. It is a work in progress and is not finished yet.
debian
ad |
Update packages |
adg |
Updgrade packages |
ai [packages to install] |
Install package(s) |
ap |
Purge |
acs [search term] |
Search packages in cache |
aac |
Autoclean |
dia |
Install all ./*.deb |
di [glob] |
Install all glob |
kclean |
Remove unused kernel images |
allpkgs |
Print all installed packages |
common aliases end of command
H |
| head |
T |
| tail |
G |
| grep |
CA |
2>&1 | cat -A |
NE |
2> /dev/null |
NUL |
> /dev/null 2>&1 |
jira
jira |
create new issue |
jira ABC-123 |
open issue in browser |
jira reported [username] |
jira assigned [username] |
jira ABC-123 m |
opens an existing issue for adding a comment |
jira branch |
open current branch in gira |
|
|
aws
aws |
asp |
Choose the current AWS credentials profile from those defined in .aws/config, with auto-completion support. Also makes the currently set profile to be shown in the RPROMPT. |
agp |
Print the currently set AWS credentials profile. |
common-aliases
l |
ls -lFh |
la |
do not ignore entries starting with . ls -lAFh |
lr |
list subdirectories recursively ls -tRFh |
lt |
sort by modification time, newest first ls -ltFh |
ldot |
show . ls -ld .* |
lS |
sort filesize ls -1FSsh |
lart |
simple all reverse time ls -1Fcart |
lrt |
simple reverse time ls -1Fcrt |
zshrc |
$EDITOR ~/.zshrc |
h |
history |
p |
processes for current user |
|
|
composer
c |
composer |
cu |
update |
ci |
install |
cr |
require |
crm |
remove |
cdo |
dump-autoload -O |
cget |
installs composer on the current path |
cdu |
dump-autoload |
csu |
self-update |
cgo |
global update |
cgr |
global require |
cgrm |
global remove |
git_remote_branch
grb |
grb create branch_name [origin_server] |
grb publish branch_name [origin_server] |
grb delete branch_name [origin_server] |
grb track branch_name [origin_server] |
grb rename new_branch_name [origin_server] |
grb explain create |
|