-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from tamada/release/v2.0.0-beta-7
Release/v2.0.0 beta 7
- Loading branch information
Showing
11 changed files
with
151 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
complete -c sibling -s s -l step -d 'specify the number of times to execute sibling' -r | ||
complete -c sibling -s i -l init -d 'generate the initialize script for the shell' -r | ||
complete -c sibling -l init -d 'generate the initialize script for the shell' -r | ||
complete -c sibling -s t -l type -d 'specify the nexter type' -r -f -a "{first\t'',last\t'',previous\t'',next\t'',random\t'',keep\t''}" | ||
complete -c sibling -s i -l input -d 'directory list from file, if FILE is "-", reads from stdin.' -r | ||
complete -c sibling -l csv -d 'print the result in the csv format' | ||
complete -c sibling -s a -l absolute -d 'print the directory name in the absolute path' | ||
complete -c sibling -s l -l list -d 'list the sibling directories' | ||
complete -c sibling -s p -l progress -d 'print the progress of traversing directories' | ||
complete -c sibling -s P -l parent -d 'print parent directory, when no more sibling directories are found' | ||
complete -c sibling -s h -l help -d 'Print help' | ||
complete -c sibling -s V -l version -d 'Print version' | ||
complete -c sibling -xa '(__fish_complete_directories)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
testdata/a | ||
. | ||
testdata/b | ||
testdata/c | ||
parent:testdata |