1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/utility
Colin Hebert 44b3d5200a
Add documentation for utility
13 years ago
..
functions Remove the reload utility function 13 years ago
README.md Add documentation for utility 13 years ago
init.zsh Replace the pmine function with an alias 13 years ago

README.md

Utility

Defines additional utilities functions.

Functions

  • mkdcd, Makes a directory and changes to it.
  • cdll, Changes to a directory and lists its contents.
  • pushdll, Pushes an entry onto the directory stack and lists its contents.
  • popdll, Pops an entry off the directory stack and lists its contents.
  • slit, Prints columns 1 2 3 ... n.
  • find-exec, Finds files and executes a command on them.

Aliases

  • http-serve, Serves a directory via HTTP.
  • pmine, Displays user owned processes status.

Authors

The authors of this module should be contacted via the github bug tracker.