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.

33 lines
864 B

Utility
=======
Defines additional utility functions.
Aliases
-------
12 years ago
- `http-serve` serves a directory via HTTP.
- `pmine` displays user owned processes status.
Functions
---------
12 years ago
- `mkdcd` makes a directory and changes to it.
- `cdls` changes to a directory and lists its contents.
- `pushdls` pushes an entry onto the directory stack and lists its contents.
- `popdls` pops an entry off the directory stack and lists its contents.
- `slit` prints columns 1, 2, 3 ... n.
12 years ago
- `find-exec` finds files and executes a command on them.
Authors
-------
12 years ago
*The authors of this module should be contacted via the [issue tracker][1].*
12 years ago
- [Robby Russell](https://github.com/robbyrussell)
- [Suraj N. Kurapati](https://github.com/sunaku)
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues