diff options
| author | tassaron | 2022-05-05 16:54:48 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-05 16:54:48 -0400 |
| commit | 5afe31729e6ef785e453b7458d8b73c34269e1af (patch) | |
| tree | 5508dc2fd088ea6dbbd9d53b66bd979398965395 | |
| parent | c55fd97518fa9a3cabf51aa491c5d1538b83f777 (diff) | |
add more links to wiki
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -65,10 +65,11 @@ Projects can be created with the GUI then loaded from the commandline for easy a _(component names are "fuzzy searched" so many names will work)_ * See more commandline options: `avp --help` * Run program in debug mode: `avp --debug` - * Debugging log files are in the app's config directory (`.config` or `AppData/Local`) + * Debugging log files are in the app's config directory (`.config` on Linux, `AppData/Local` on Windows, `Library/Preferences` on macOS) +* [See more examples in the wiki!](https://github.com/djfun/audio-visualizer-python/wiki/Commandline-Mode) -# Keyboard Shortcuts +# [Keyboard Shortcuts](https://github.com/djfun/audio-visualizer-python/wiki/Keyboard-Shortcuts) | Key Combo | Effect | | ------------------------- | -------------------------------------------------- | | Ctrl+S | Save Current Project | |
