Skip to content

Commit

Permalink
updated explorer example
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Dec 5, 2016
1 parent aaeeed3 commit 295e4f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bin/ex_explorer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Example to make menu program
# Example of explorer
. sentaku -n

_SENTAKU_SEPARATOR=$'\n'
Expand All @@ -14,11 +14,11 @@ _s_help="
Usage: ex_explorer.sh [-aHNl] [-f <file>] [-s <sep>]
Arguments:
-a Show
-H Header is shown at sentaku window
-N No nubmers are shown
-l Show last words instead of starting words for longer lines
-h Print this HELP and exit
-a Show hidden files/directories.
-H Header is shown at sentaku window.
-N No nubmers are shown.
-l Show last words instead of starting words for longer lines.
-h Print this HELP and exit.
"

_sf_get_values () { # {{{
Expand Down Expand Up @@ -173,5 +173,5 @@ _sf_e () { # {{{
_sf_quit
} # }}}

echo "$menu" | _sf_main "$@"
_sf_main "$@"

0 comments on commit 295e4f7

Please sign in to comment.