-
πΊ Homebrew
brew install 5ouma/tap/dorg
-
πΉ Go
go install github.com/5ouma/dorg@latest
-
π GitHub Releases
curl -L "https://github.com/5ouma/dorg/releases/latest/download/dorg_$(uname)_$(uname -m).tar.gz" | tar -x 'dorg'
gh release download -R='5ouma/dorg' -p="dorg_$(uname)_$(uname -m).tar.gz" tar -xf "dorg_$(uname)_$(uname -m).tar.gz" 'dorg'
π₯ Organize macOS Dock Items with YAML
Usage:
dorg [command]
Available Commands:
check Check Dock items
help Help about any command
load Load Dock items
save Save Dock items
Flags:
-h, --help help for dorg
-v, --version version for dorg
Use "dorg [command] --help" for more information about a command.π Load Dock items and settings from YAML file
Usage:
dorg load [flags]
Flags:
--file string config file (default "dorg.yml")
-h, --help help for load
-V, --verbose verbose output
πΎ Save the current Dock items and settings to YAML file
Usage:
dorg save [flags]
Flags:
--file string config file (default "dorg.yml")
-h, --help help for save
-V, --verbose verbose output
π Check the current Dock items are up-to-date
Usage:
dorg check [flags]
Flags:
--file string config file (default "dorg.yml")
-h, --help help for check
-V, --verbose verbose output
β οΈ Issues: Feature Requests or Bug Reports- π¬ Discussions: General Chats or Questions
- π‘οΈ Security Advisories: Security Issues that should not be public
I happily welcome your contributions! Before you contribute, I would recommend reading CONTRIBUTING.md for a better development experience.
This project is a fork of π blacktop / lporg.