Skip to content

Commit

Permalink
doc(README): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mistgc committed Feb 20, 2024
1 parent d8f6bf6 commit 194d1cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ copy-command = "wl-copy"
annotation-size-factor = 2
# Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html
output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
<<<<<<< HEAD
# After copying the screenshot, save it to a file as well
save-after-copy = false
||||||| parent of f4facc6 (doc(README): update README)
=======
# Hide toolbars by default
default-hide-toolbars = false
>>>>>>> f4facc6 (doc(README): update README)

# custom colours for the colour palette
[color-palette]
Expand Down Expand Up @@ -98,7 +104,7 @@ Options:
--fullscreen
Start Satty in fullscreen mode
--output-filename <OUTPUT_FILENAME>
Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html
Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: <https://docs.rs/chrono/latest/chrono/format/strftime/index.html>
--early-exit
Exit directly after copy/save action
--initial-tool <TOOL>
Expand All @@ -109,6 +115,9 @@ Options:
Increase or decrease the size of the annotations
--save-after-copy
After copying the screenshot, save it to a file as well
-d, --default-hide-toolbars
Hide toolbars by default
>>>>>>> f4facc6 (doc(README): update README)
-h, --help
Print help
-V, --version
Expand Down
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ annotation-size-factor = 2
output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
# After copying the screenshot, save it to a file as well
save-after-copy = false
# Hide toolbars by default
dafault-hide-toolbars = false

# custom colours for the colour palette
[color-palette]
Expand Down

0 comments on commit 194d1cf

Please sign in to comment.