hishtory/client/cmd
David Dworken c10afa40c3
Add ability to skip config modifications for #212 (#216)
* Add ability to skip config modifications

* Update golden names to fork on OS

* Remove incorrect newline in golden
2024-08-11 12:29:38 -07:00
..
configAdd.go Add aliases for plural config options in case people type the singular version 2023-12-19 09:34:12 -08:00
configDelete.go Add config-remove as an alias for config-delete 2023-12-19 15:03:55 -08:00
configGet.go Add ability to configure custom OpenAI API endpoint for #186 (#194) 2024-08-11 12:29:37 -07:00
configKeyBindings.go Add support for custom key bindings for #190 (#209) 2024-08-11 12:29:37 -07:00
configSet.go Add ability to configure custom OpenAI API endpoint for #186 (#194) 2024-08-11 12:29:37 -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_test.go Refactor by moving methods out of lib.go into more specific packages 2023-10-15 18:30:39 -07:00
install.go Add ability to skip config modifications for #212 (#216) 2024-08-11 12:29:38 -07:00
query.go Wire through the shell name into AI suggestions so that we can get more precise AI suggestions for the current shell 2024-08-11 12:29:36 -07:00
redact.go Add support for running hishtory redact while offline, even though this may lead to syncing inconsistency bugs 2023-10-22 11:43:56 -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 Refactor by moving methods out of lib.go into more specific packages 2023-10-15 18:30:39 -07:00
saveHistoryEntry.go Make bash support lenient with empty history lines, which seems to happen for the first command or two of new installs 2024-08-11 12:29:36 -07:00
status.go Add sync server to status -v #176 so that self-hosted users can easily confirm they're using the self-hosted server (#178) 2024-08-11 12:29:36 -07:00
syncing.go Add support for enabling/disabling syncing post-install 2024-08-11 12:29:37 -07:00
update.go Update slsa validation to not validate version when running in github actions, since the one in actions isn't associated with a released version 2023-11-05 01:15:54 -07:00
webui.go Add --port flag for the web UI for #203 2024-08-11 12:29:37 -07:00