#Getting Atuin to detect args for custom task runner

1 messages · Page 1 of 1 (latest)

indigo socket
#

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?

elfin iris
#

in the config you need to add "tl" to common_subcommands

indigo socket