https://github.com/micrenda/zsh-nohup
Nohup plugin for ZSH shell
https://github.com/micrenda/zsh-nohup
Last synced: about 18 hours ago
JSON representation
Nohup plugin for ZSH shell
- Host: GitHub
- URL: https://github.com/micrenda/zsh-nohup
- Owner: micrenda
- Created: 2017-04-06T07:30:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T06:06:59.000Z (over 8 years ago)
- Last Synced: 2024-04-15T13:23:56.691Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - nohup - Add `nohup` to the current command pressing `Ctrl-H`. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - nohup - Add `nohup` to the current command pressing `Ctrl-H`. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - nohup - Add `nohup` to the current command pressing `Ctrl-H`. (Plugins / Zinit (née zplugin))
README
## nohup
Add `nohup` to the current command pressing the `Ctrl + H` shortcut
### Usage
* If the command line is `test 1 2 3` it will be transformed to `nohup test 1 2 3 &> test.out &!` (and vice-versa).
* If the command line is empty, the last command will be recalled.
PS. If you use `zsh-syntax-highlighting`, be sure that it is the last in the plugins list