prezto/modules/utility/README.md

33 lines
864 B
Markdown
Raw Normal View History

Utility
=======
2012-06-02 23:17:12 +02:00
Defines additional utility functions.
Aliases
-------
2012-05-22 02:18:30 +02:00
- `http-serve` serves a directory via HTTP.
- `pmine` displays user owned processes status.
Functions
---------
2012-05-22 02:18:30 +02:00
- `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.
2012-06-02 23:17:12 +02:00
- `slit` prints columns 1, 2, 3 ... n.
2012-05-22 02:18:30 +02:00
- `find-exec` finds files and executes a command on them.
Authors
-------
2012-05-22 02:18:30 +02:00
*The authors of this module should be contacted via the [issue tracker][1].*
2012-05-22 02:18:30 +02:00
- [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