Skip to content

nachoparker/tab_list_files_zsh_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

List files without stopping to type in zsh

example

This zsh widget allows you to list files in the current directory without interrupting the command you are typing. Usage

Hit <tab> in the middle of any command. It will list all files below the command line.
Hit <space><tab> on an empty command line. It will list directories.
Hit <space><space><tab> on an empty command line. It will list executables.

Regular completion is unaffected.

See more details at

https://ownyourbits.com/2017/01/30/list-files-without-stopping-to-type-in-zsh/