1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

parse fish command history for git usage (#184)

This is a privacy friendly way to extract command and subcommand usage for Fish shell users
This commit is contained in:
Eli Flanagan 2022-03-21 10:38:53 -04:00 committed by GitHub
parent 47325b9a21
commit 927558cf2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
open ~/.config/fish/fish_history | from yaml | get cmd | find --regex '^git .*' | split column ' ' command subcommand