diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f787b3..63acc13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,3 +14,8 @@ repos: entry: errcheck -exclude .errcheck_excludes.txt ./... language: system pass_filenames: false + - id: html-tidy + name: html-tidy + entry: tidy -quiet -modify -indent web/landing/www/index.html + language: system + pass_filenames: false diff --git a/web/landing/www/index.html b/web/landing/www/index.html index f102f1b..ed881c0 100644 --- a/web/landing/www/index.html +++ b/web/landing/www/index.html @@ -1,14 +1,19 @@ - - - - - - Hishtory: Better Shell History - - - + - - - - - - - - - - - - - - - - - -
-
-
-
-

Your shell history: synced, queryable, and in context

-
-
-
- -
-
-
-
- -
-
-
-
-

Bash scripting is powerful, keep track of how you use it

-
-

Bash keeps a list of every command you run locally, but this list of commands is devoid of context (where did I run that command? what was the output of the command? how long did it take to run?) and it is easily corrupted (open two terminals at once? Say goodbye to your bash history!).
-
Hishtory keeps track of the command you ran, how long it took to run, whether it succeeded or failed, where you ran it, and on what machine. It syncs this information across all your machines, so you can always find that useful bash pipeline you wrote a month ago. -

-
-

-
-
-
- -
-
- -

Setup Process

-
-

-

-
+
+ + + + + + + + + + + + +