ansi-select:一个简单的而不是全屏的,类似于ncurses的TUI选择

时间:2024-05-20 04:01:25
【文件属性】:

文件名称:ansi-select:一个简单的而不是全屏的,类似于ncurses的TUI选择

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-20 04:01:25

Ruby

安装 $ gem install ansi-select 用法 有两种选择: 一个独立的可执行文件。 传递给STDIN的行将构成您的选择。 结果将被打印到STDOUT。 echo some words to choose from | tr ' ' ' \n ' | ansi-select cd $( ls -d * / | ansi-select ) # Go to a visually selected subdirectory. git checkout $( git branch | ansi-select ) # The same, but with git branches. rm -r $( ls | ansi-select --multi ) # Delete all the selected files. Ruby库。 require "ansi/selector


【文件预览】:
ansi-select-master
----position.sh(498B)
----.ruby-version(6B)
----lib()
--------ansi()
----Gemfile(96B)
----.ruby-gemset(12B)
----spec()
--------spec_helper.rb(83B)
--------ansi()
----Rakefile(28B)
----.travis.yml(30B)
----README.md(1KB)
----.rspec(31B)
----.gitignore(87B)
----ansi-select.gemspec(1005B)
----bin()
--------ansi-select(335B)
----CHANGELOG.md(739B)

网友评论