-
Notifications
You must be signed in to change notification settings - Fork 72
Requirements
Andy Stewart edited this page Mar 21, 2020
·
5 revisions
- open any file
- open any directory
- open any file pattern
- open any directory pattern
or run only when invoked
- contains a known file (e.g.
Rakefile
) - contains a known directory (e.g.
.git/
) - contains a known symlink directory (e.g.
foo/ -> /some/path/
) - contains a known symlink file (e.g.
bar.txt -> /some/file.txt
) - contains a file matching a pattern (e.g.
*.sln
) - contains a directory matching a pattern ?
- contains a known subdirectory file (e.g.
build/envset-up.sh
) - is a known directory (e.g.
foobar/
)
- first match (depth-first)
- nearest match (breadth-first)
- noop
- change to file's directory
- change to home directory
- change directory (
:cd
) - change local directory (`:lcd)
- echo new directory or not