https://github.com/divadretlaw/very
📦 A collection of useful commandline tools
https://github.com/divadretlaw/very
cli macos swift tool
Last synced: 3 months ago
JSON representation
📦 A collection of useful commandline tools
- Host: GitHub
- URL: https://github.com/divadretlaw/very
- Owner: divadretlaw
- License: eupl-1.2
- Created: 2016-10-27T05:10:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-22T12:01:40.000Z (3 months ago)
- Last Synced: 2026-03-22T23:41:57.946Z (3 months ago)
- Topics: cli, macos, swift, tool
- Language: Swift
- Homepage:
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# very
A collection of useful commandline tools
## Installation
```
brew install divadretlaw/tap/very
```
## Usage
```
very [command]
```
* **`clean`** Cleans the system
* **`dotfiles`** Version control helper for dotfiles
* **`gitignore`** Loads a .gitignore file from gitignore.io
* **`hosts`** Updates `/etc/hosts` from [StevenBlack/hosts](https://github.com/StevenBlack/hosts)
* **`ip`** Prints global IP
* **`metal`** Configure the Metal HUD
* **`ping`** Runs a quick ping test
* **`ping`** Starts a ping test
* **`update`** Checks for package updates and installs them
* **`wallpaper`** Sets the wallpaper
## Configuration
Very will create a config file when first run in `~/.config/very/very.json`. See [very.json](very.json) for the default configuration.
You can specify to load a different configuration with `--configuration`
# License
See [LICENSE](LICENSE)