Commit graph

425 commits

Author SHA1 Message Date
Christian Rocha
b20a06d92b Fix stash capitalization in help 2020-10-05 13:54:01 +02:00
Christian Rocha
805a26090f Format help and add examples to stash command 2020-10-05 13:54:01 +02:00
Christian Rocha
2c411a3f28 Rename stash.go to stash_cmd.go for clarity 2020-10-05 13:54:01 +02:00
Christian Rocha
b3909354aa Use base name when stashing from the CLI if no memo is set 2020-10-05 13:54:01 +02:00
Christian Rocha
a5b67ba721 Separate out the TUI and CLI sections of the README 2020-10-05 13:54:01 +02:00
Christian Rocha
1443d3e5f3 Improve README wording around stashing 2020-10-05 13:54:01 +02:00
Christian Rocha
f203f845b7 Fix README typos 2020-10-05 13:54:01 +02:00
Christian Rocha
dde57403c6 Add info about new Glow version to README 2020-10-05 13:54:01 +02:00
Christian Rocha
676d215966 Keybindings for navigating to the start/end of file listing 2020-10-05 13:54:01 +02:00
Christian Rocha
ee4ed1bad5 Keybindings for jumping to the top and the bottom of the pager 2020-10-05 13:54:01 +02:00
Christian Muehlhaeuser
a0ddc315de Bump gitcha dep 2020-10-05 13:54:01 +02:00
Christian Rocha
3588f45ee9 Cleanup status message vars 2020-10-05 13:54:01 +02:00
Christian Rocha
6aba7afb8b Remove some magic numbers to calm the linter down 2020-10-05 13:54:01 +02:00
Christian Rocha
ae0c747a4b Remove unused variables and members, fix ineffectual assignment 2020-10-05 13:54:01 +02:00
Christian Rocha
88523ee94f Remove extraneous formatting call 2020-10-05 13:54:01 +02:00
Christian Rocha
c1496854a8 Remove newline 2020-10-05 13:54:01 +02:00
Christian Rocha
50e8782aa8 Remove unnecessary comparison 2020-10-05 13:54:01 +02:00
Christian Rocha
b296cbb780 Remove newlines the linter is complaining about 2020-10-05 13:54:01 +02:00
Christian Rocha
06cbbd7b6b Use lock emoji for stashed item in pager 2020-10-05 13:54:01 +02:00
Christian Rocha
b2511c54b0 Correct header counts for local items converted to stashed ones 2020-10-05 13:54:01 +02:00
Christian Rocha
912c80651a Apply fine-grained spinner display rules to file listing view 2020-10-05 13:54:01 +02:00
Christian Rocha
60b1d6a6df Fix bug where user couldn't exit pager in various stash-related states 2020-10-05 13:53:50 +02:00
Christian Rocha
cdc55a4b28 Always show spinner for a minimum amount of time when stashing 2020-10-05 13:53:49 +02:00
Christian Rocha
2f9babce80 Restore original displayed path when deleting a newly stashed item 2020-10-05 13:53:26 +02:00
Christian Rocha
5515460f32 Fix regression where note-setting on newly stashed items couldn't be done 2020-10-05 13:53:26 +02:00
Christian Rocha
82acc62783 Move common commands to the main UI file 2020-10-05 13:53:26 +02:00
Christian Rocha
a02cc01049 Pull an always-nil return value 2020-10-05 13:53:26 +02:00
Christian Rocha
23817355c6 Remove unnecessary conversion 2020-10-05 13:53:26 +02:00
Christian Rocha
c0daa74358 Add periods to comments to make the linter happy 2020-10-05 13:53:26 +02:00
Christian Rocha
2fdef64478 Stashed docs become local upon delete if they were stashed in-session 2020-10-05 13:53:26 +02:00
Christian Rocha
cdf11136f4 Log when stash item deletions fail 2020-10-05 13:53:26 +02:00
Christian Rocha
e9c47a185f Be specific that we're deleting only from the stash 2020-10-05 13:53:26 +02:00
Christian Rocha
089b66f622 Fix extreme edge case error logging where local file has no path 2020-10-05 13:53:26 +02:00
Christian Rocha
2e7b0ec60f Fix regression where items stashed in the pager were treated as local 2020-10-05 13:53:26 +02:00
Christian Rocha
d7974f035c When stashing, replace local file with stashed file in the file listing 2020-10-05 13:53:26 +02:00
Christian Rocha
575017eb12 More integrated-looking stash confirmation message in pager 2020-10-05 13:53:26 +02:00
Christian Muehlhaeuser
b29f172c80 Bump gitcha dep 2020-10-05 13:53:26 +02:00
Christian Rocha
7166f99358 Update Charm badge 2020-10-05 13:53:26 +02:00
Christian Rocha
5d267e900a Update UI image + minor copy edits 2020-10-05 13:53:26 +02:00
Christian Rocha
4b732ada50 Bump Termenv to 0.7.2 2020-10-05 13:53:26 +02:00
Christian Rocha
a10e7862ca Update error message to match new error type 2020-10-05 13:53:26 +02:00
Christian Rocha
7d67711cdf Show spinner while stashing in the pager 2020-10-05 13:53:26 +02:00
Christian Rocha
1d434d64ad Stashed items get a green indicator in the pager 2020-10-05 13:53:26 +02:00
Christian Rocha
66dae71253 Show spinner in stash view while stashing 2020-10-05 13:53:26 +02:00
Christian Rocha
6e36891857 If a file is currently mid-stash don't let the user stash it again 2020-10-05 13:53:26 +02:00
Christian Rocha
2907abd351 Don't show status message in file listing when stashing in pager 2020-10-05 13:53:26 +02:00
Christian Rocha
e01dc95d7d Shorten status messages to 2 seconds 2020-10-05 13:53:26 +02:00
Christian Rocha
d6f296c44b Load document body before stashing when stashing from the file listing 2020-10-05 13:53:26 +02:00
Christian Rocha
9db7c2e3ad Make general error msg a struct for type safety 2020-10-05 13:53:26 +02:00
Christian Rocha
0897472ca2 Attempt to cleanup the Msg grab bag formatting 2020-10-05 13:53:26 +02:00