https://github.com/divadretlaw/very
📦 A collection of useful commandline tools
https://github.com/divadretlaw/very
cli macos swift tool
Last synced: about 2 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 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T14:13:33.000Z (3 months ago)
- Last Synced: 2025-02-23T14:29:08.870Z (3 months ago)
- Topics: cli, macos, swift, tool
- Language: Swift
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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
* **`ping`** Runs a quick ping test
* **`setup`** Makes an initial setup on this machine
* **`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