Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moisutsu/unohup
A useful wrapper library for nohup
https://github.com/moisutsu/unohup
cui-tool nohup rust
Last synced: 27 days ago
JSON representation
A useful wrapper library for nohup
- Host: GitHub
- URL: https://github.com/moisutsu/unohup
- Owner: moisutsu
- License: mit
- Created: 2020-10-22T14:47:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T07:26:23.000Z (over 3 years ago)
- Last Synced: 2024-09-14T09:45:31.837Z (about 2 months ago)
- Topics: cui-tool, nohup, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to unohup 👋
> A useful wrapper library for nohup
## Install
```sh
cargo install unohup
```## Usage
```sh
unohup
```| Option | description |
| -------------- | ----------------------- |
| -l, --log-file | Specify a log file. |
| -n, --nice | Specify a `nice` value. |The log is written to `/dev/null` by default, and the default value of `nice` is `0`.
## Author
👤 **moisutsu**
* Twitter: [@moisutsu](https://twitter.com/moisutsu)
* Github: [@moisutsu](https://github.com/moisutsu)## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [moisutsu](https://github.com/moisutsu).
This project is [MIT](https://github.com/moisutsu/unohup/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_