-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix #121] Add documentation for utility
- Loading branch information
1 parent
e5ec94a
commit 64e1e96
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Utility | ||
======= | ||
|
||
Defines additional utilities functions. | ||
|
||
Aliases | ||
------- | ||
|
||
- `http-serve` serves a directory via HTTP. | ||
- `pmine` displays user owned processes status. | ||
|
||
Functions | ||
--------- | ||
|
||
- `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. | ||
- `find-exec` finds files and executes a command on them. | ||
|
||
Authors | ||
------- | ||
|
||
*The authors of this module should be contacted via the GitHub issue tracker.* | ||
|
||
- [Robby Russell](/robbyrussell) | ||
- [Suraj N. Kurapati](/sunaku) | ||
- [Sorin Ionescu](/sorin-ionescu) | ||
|