Skip to content

Commit

Permalink
TODO to enhance calling apt-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Jan 25, 2024
1 parent c85e8ef commit 00c0f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom/jake.bash
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ fi

function files {
about "list the files of an apt package"
# TODO: apt-file has a 'progress bar'-like thing. It'd be cool to be able to borrow that
echo "(This command takes a long time, and it's eating apt-file's progress bar. Sorry.)"
apt-file list "$@" | less
}

Expand Down

0 comments on commit 00c0f31

Please sign in to comment.