From 47c2e27f237e6ccd99bb852de1a6743fcd7f5a49 Mon Sep 17 00:00:00 2001 From: Jake Boeckerman Date: Tue, 1 Oct 2024 12:38:03 -0600 Subject: [PATCH] ability to find via ack --- custom/jake.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom/jake.bash b/custom/jake.bash index 718a409a2e..527811670c 100644 --- a/custom/jake.bash +++ b/custom/jake.bash @@ -93,6 +93,11 @@ else _log_error "pygmentize is available via sudo apt install python-pygments" fi +function find-ack { + ack -f "$@" +} +alias ack-find=find-ack + function files { about "list the files of an apt package; or run the file command on all files in a directory (defaulting to . if there are no arguments)"