hishtory/client/cmd
David Dworken 66916c27cb
Revert "Add preliminary support for persisting pre-saved history entries remotely"
This reverts commit ff98a7907c. That commit is incomplete since it doesn't include support for the continous deletion of pre-saved history entries as soon as they
finish running. Support for this will require a good bit more work/thought, so reverting for and keeping this code in the git history.
2023-09-21 12:39:20 -07:00
..
configAdd.go Swap ioutil to non-deprecated alternatives + clean up pre-commit errors 2022-11-27 11:59:06 -08:00
configDelete.go Swap ioutil to non-deprecated alternatives + clean up pre-commit errors 2022-11-27 11:59:06 -08:00
configGet.go Implement pre-saving feature to ensure that long-running/non-terminating commands are saved in hishtory 2023-08-27 14:24:59 -07:00
configSet.go Implement pre-saving feature to ensure that long-running/non-terminating commands are saved in hishtory 2023-08-27 14:24:59 -07:00
enableDisable.go no context pointers 2023-09-05 15:45:17 -04:00
import.go Better organize the cobra generated help page 2022-11-16 08:03:23 -08:00
install.go Add comment to document a somewhat confusing function 2023-09-21 11:35:47 -07:00
query.go Move tui.go out of lib and into a separate package 2023-09-13 22:47:48 -07:00
redact.go Revert "Add preliminary support for persisting pre-saved history entries remotely" 2023-09-21 12:39:20 -07:00
reupload.go Better organize the cobra generated help page 2022-11-16 08:03:23 -08:00
root.go Change root command name to all lower case so that the cobra-generated examples work correctly on case-sensitive file systems 2023-09-13 19:46:49 -07:00
saveHistoryEntry_test.go no-op refactoring: Move history entry building code from lib.go to cmd file for saving history entries 2023-08-27 22:05:24 -07:00
saveHistoryEntry.go Revert "Add preliminary support for persisting pre-saved history entries remotely" 2023-09-21 12:39:20 -07:00
status.go Add additional information about sync status to hishtory status -v for debugging purposes 2023-09-07 18:10:17 -07:00
update.go Move a bunch of update-specific code out of the generic lib.go file and into the update command 2023-09-13 22:45:49 -07:00