Crates.io | unseen |
lib.rs | unseen |
version | 0.1.0 |
source | src |
created_at | 2023-07-12 19:58:41.390012 |
updated_at | 2023-07-12 19:58:41.390012 |
description | A CLI tool to hide an app from the Dock on macOS |
homepage | |
repository | https://github.com/KunalBagaria/unseen |
max_upload_size | |
id | 914762 |
size | 15,173 |
Unseen is a simple command-line interface (CLI) tool that allows you to hide running applications from the Dock on macOS. It is written in Rust.
cargo install unseen
Here are the available options:
-l
, --list
: List all running applications.<applications>
: The names of the applications to hide from the Dock.For example, to hide the Messages application, you would run:
sudo unseen Messages
Unseen depends on the following crates:
libc
: For checking whether the program is run with sudo
.clap
: For parsing command-line arguments.Contributions to Unseen are welcome. If you have a feature request, bug report, or want to contribute code, please open an issue or pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.