Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 357 Bytes

agl

List files and directories using ag.

Why?

ag -g "" is useful for listing the files under the current directory as it respects .gitignores and stuff, but directories are not included. agl is a very simple wrapper script around the command that prints the names of the directories as well.