Skip to content

Commit

Permalink
ability to find via ack
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Oct 1, 2024
1 parent 9e7d5b4 commit 47c2e27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom/jake.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit 47c2e27

Please sign in to comment.