mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 93e0c9507f into 9eaf51107f
This commit is contained in:
commit
bcc2389426
3 changed files with 45 additions and 0 deletions
17
plugins/atom/README.md
Normal file
17
plugins/atom/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## atom
|
||||
|
||||
Plugin for Atom, a cross platform text and code editor, available for Linux, Mac OS X, and Windows.
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Atom](https://atom.io/)
|
||||
|
||||
### Usage
|
||||
|
||||
* If `at` command is called without an argument, launch Atom
|
||||
|
||||
* If `at` is passed a directory, `cd` to it and open it in Atom
|
||||
|
||||
* If `at` is passed a file, open it in Atom
|
||||
|
||||
* if `att` command is called, it is equivalent to `at .`, opening the current folder in Atom
|
||||
13
plugins/forklift/README.md
Normal file
13
plugins/forklift/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
## forklift
|
||||
|
||||
Plugin for ForkLift, an FTP application for OS X.
|
||||
|
||||
### Requirements
|
||||
|
||||
* [ForkLift](http://forkliftapp.com/forklift/)
|
||||
|
||||
### Usage
|
||||
|
||||
* If `fl` is called without arguments then the current folder is opened in ForkLift. Is equivalent to `fl .`
|
||||
|
||||
* If `fl` is called with a directory as the argument, then that directory is opened in ForkLift
|
||||
15
plugins/history/README.md
Normal file
15
plugins/history/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## history
|
||||
|
||||
Provides a couple of convenient aliases for using the `history` command to examine your command line history.
|
||||
|
||||
### Requirements
|
||||
|
||||
* None.
|
||||
|
||||
### Usage
|
||||
|
||||
* If `h` is called, your command history is listed. Equivalent to using `history`
|
||||
|
||||
* If `hsi` is called with an argument, a **case insensitive** `grep` search is performed on your command history, looking for commands that match the argument provided
|
||||
|
||||
* If `hsi` is called without an argument you will help on `grep` arguments
|
||||
Loading…
Add table
Add a link
Reference in a new issue