prezto/modules/utility
2012-04-14 10:49:14 +01:00
..
functions Remove the reload utility function 2012-04-12 10:33:38 -04:00
init.zsh Replace the pmine function with an alias 2012-04-11 16:51:24 -04:00
README.md Add documentation for utility 2012-04-14 10:49:14 +01:00

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.