I've written https://github.com/SiJiL82/bash-task-launcher for a project at work - it's used in the format tl <task-to-run> <args>
When I look at my Atuin stats, it just picks up tl with a few thousand entries.
Is there anything I can do to my project or config in Atuin to make it log tl <task-to-run> as individual entries for the stats?
So for example I'd have tl do-stuff and tl do-something-else as 2 separate entries?
#Getting Atuin to detect args for custom task runner
1 messages · Page 1 of 1 (latest)
in the config you need to add "tl" to common_subcommands
I don't currently have a common_subcommands section in ~/.config/atuin/config.toml - do I literally just need to paste in the default list from https://docs.atuin.sh/configuration/config/#common_subcommands and add "tl" to it?