aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh/aliases.zsh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-15Add some other cool aliasneodarz1-0/+5
2018-05-15Add command for launch firefox cleanneodarz1-0/+1
2018-05-15Add some task commandsneodarz1-1/+3
2018-03-30Add AN2Linux scriptneodarz1-0/+3
2018-03-30Add some cool aliasesneodarz1-5/+81
2018-03-20Add somme cool aliasNeodarZ1-5/+16
2018-02-04Add myip scriptNeodarZ1-0/+1
2018-02-04Add vpro/vpersoneodarz1-0/+9
2018-01-21user a better cp command, use rsync instead of cpNeodarZ1-1/+2
2018-01-21update tm script for a betterNeodarZ1-5/+1
2017-12-27Add urxvt by defaultneodarz1-1/+2
2017-12-27Add history commandsneodarz1-0/+2
2017-12-20zsh: use ssh key instead of pwd for local sshneodarz1-1/+1
2017-12-20zsh: add search alias for start searx BUT not searx softawareneodarz1-0/+3
2017-12-20zsh: replace ga from git add to git add -pneodarz1-1/+1
2017-12-20zsh: add tvv command for view ascii video in terminalNeodarZ1-0/+1
2017-11-05Add alias to ssh localhostneodarz1-0/+1
2017-11-05Add alias to linux_system_error_list.py scriptneodarz1-0/+4
2017-11-03Add tiga aliasneodarz1-0/+2
2017-11-03Set better command for HAUM mpd clientneodarz1-1/+1
2017-11-03Aff some firefox commandsneodarz1-1/+3
2017-11-03Add ssh scriptneodarz1-2/+3
2017-11-01Add some bullshitneodarz1-2/+6
2017-11-01Add timewarrior stop when poweroffneodarz1-1/+1
2017-11-01move newsbeuter conf to newsboatNeodarZ1-6/+6
2017-09-13Add some cool alias like vs, n and yoloneodarz1-0/+3
2017-09-13Add irc command with auto connect for irc notificationsNeodarZ1-0/+2
2017-09-13Add some alias with scriptsneodarz1-0/+3
2017-09-07Change vim to nvimNeodarZ1-3/+3
2017-09-06Add command to show the remote origin urlneodarz1-0/+1
2017-09-06Remove stupid aliasNeodarZ1-1/+0
2017-09-06Add ikhal & task alias commandNeodarZ1-2/+5
2017-09-05Sudo mode for system-config-printerneodarz1-1/+1
2017-08-24Add stowroot alias for sudo stow -t /NeodarZ1-0/+1
2017-08-23Add new zsh completion pluginNeodarZ1-14/+16
2017-08-21Remove buggy mkdir for ssh-agentNeodarZ1-1/+0
2017-08-21Add git add -p aliased to gapNeodarZ1-0/+1
2017-07-29Manual merge from t410 and update zsh conf fileNeodarZ1-35/+88
2017-01-23update zshxero1-0/+1
2017-01-23zsh updatesxero1-8/+27
2016-01-13new zsh aliasesxero1-1/+4
2015-11-03pacman fix ('< . . .xero1-1/+1
2015-11-01use ~/bin like a civilized nixerxero1-11/+4
2015-10-31make c alias really work like catxero1-1/+4
2015-10-27pygmentize cat and less commandsxero1-4/+4
2015-09-04update shell aliasesxero1-4/+18
2015-07-26start using the silver searcher's ag commandxero1-0/+1
2015-07-26start using the silver searcher'sxero1-0/+1
Usage: ag [FILE-TYPE] [OPTIONS] PATTERN [PATH] Recursively search for PATTERN in PATH. Like grep or ack, but faster. Example: ag -i foo /bar/ Output Options: --ackmate Print results in AckMate-parseable format -A --after [LINES] Print lines after match (Default: 2) -B --before [LINES] Print lines before match (Default: 2) --[no]break Print newlines between matches in different files (Enabled by default) -c --count Only print the number of matches in each file. (This often differs from the number of matching lines) --[no]color Print color codes in results (Enabled by default) --color-line-number Color codes for line numbers (Default: 1;33) --color-match Color codes for result match numbers (Default: 30;43) --color-path Color codes for path names (Default: 1;32) --column Print column numbers in results --[no]filename Print file names (Enabled unless searching a single file) -H --[no]heading Print file names before each file's matches (Enabled by default) -C --context [LINES] Print lines before and after matches (Default: 2) --[no]group Same as --[no]break --[no]heading -g PATTERN Print filenames matching PATTERN -l --files-with-matches Only print filenames that contain matches (don't print the matching lines) -L --files-without-matches Only print filenames that don't contain matches --[no]numbers Print line numbers. Default is to omit line numbers when searching streams -o --only-matching Prints only the matching part of the lines --print-long-lines Print matches on very long lines (Default: >2k characters) --passthrough When searching a stream, print all lines even if they don't match --silent Suppress all log messages, including errors --stats Print stats (files scanned, time taken, etc.) --vimgrep Print results like vim's :vimgrep /pattern/g would (it reports every match on the line) -0 --null --print0 Separate filenames with null (for 'xargs -0') Search Options: -a --all-types Search all files (doesn't include hidden files or patterns from ignore files) -D --debug Ridiculous debugging (probably not useful) --depth NUM Search up to NUM directories deep (Default: 25) -f --follow Follow symlinks -F --fixed-strings Alias for --literal for compatibility with grep -G --file-search-regex PATTERN Limit search to filenames matching PATTERN --hidden Search hidden files (obeys .*ignore files) -i --ignore-case Match case insensitively --ignore PATTERN Ignore files/directories matching PATTERN (literal file/directory names also allowed) --ignore-dir NAME Alias for --ignore for compatibility with ack. -m --max-count NUM Skip the rest of a file after NUM matches (Default: 10,000) --one-device Don't follow links to other devices. -p --path-to-agignore STRING Use .agignore file at STRING -Q --literal Don't parse PATTERN as a regular expression -s --case-sensitive Match case sensitively -S --smart-case Match case insensitively unless PATTERN contains uppercase characters (Enabled by default) --search-binary Search binary files for matches -t --all-text Search all text files (doesn't include hidden files) -u --unrestricted Search all files (ignore .agignore, .gitignore, etc.; searches binary and hidden files as well) -U --skip-vcs-ignores Ignore VCS ignore files (.gitignore, .hgignore, .svnignore; still obey .agignore) -v --invert-match -w --word-regexp Only match whole words -z --search-zip Search contents of compressed (e.g., gzip) files File Types: The search can be restricted to certain types of files. Example: ag --html needle - Searches for 'needle' in files with suffix .htm, .html, .shtml or .xhtml. For a list of supported file types run: ag --list-file-types command
2015-07-05missed onexero1-0/+1
2015-07-05update zsh aliases and tty colorsxero1-4/+16