wam-manager-0.1.0 is not a library.
wam
A simple CLI and TUI web app manager It automatically fetches icons and created .desktop files
TODO
- Add CLI functionality
- add command
- remove command
- list command
- sync command
- toggle command
- Add TUI functionality
- Main menu
- Add menu
- Edit menu
- Settings menu
Installation
USAGE
)
[!TIP] You can run wam sync on a new install to fetch all icons and generate all .desktop files
Config
Locations
- --config FILE
- $WAM_CONFIG_FILE
- $XDG_CONFIG_HOME/wam/config.toml
- $HOME/.config/wam/config.toml
[]
= "helium" # Browser preset, list below
= "helium --app={app} --no-first-run --no-default-browser-check"
= "/path/to/desktop/files" # Defaults to $XDG_DATA_HOME/applications/
= "/path/to/icon/files" # Defaults to $XDG_CACHE_HOME/wam/icons/
# A list of apps
[] # Name
= "https://monkeytype.com/" # URL
= "enabled" # if disabled will not have .desktop in the desktop_file_dir
[]
= "https://github.com"
= "enabled"