文件名称:clojure-sh:Clojure-ism 为你最喜欢的 shell
文件大小:9KB
文件格式:ZIP
更新时间:2024-08-01 01:37:05
Shell
clojure.sh 将一些 Clojure 主义添加到您最喜欢的外壳中。 这个想法不是在 shell 中为您提供 Lisp,而是为您提供用于操作文件和流的 Lispy 构建块。 用法 只需将此目录添加到您的PATH ,您就可以开始了! # write the first line of the file to stdout > first file-path # drop the first line of ls and write the rest to stdout > ls | rest # write only the executable files to stdout > ls | filter ' [ -x $1 ] '
【文件预览】:
clojure-sh-master
----remove(111B)
----distinct(83B)
----filter(111B)
----conj(216B)
----not-any?(274B)
----rest(82B)
----drop-while(204B)
----count(87B)
----drop(90B)
----inc(28B)
----first(79B)
----take-last(83B)
----not-every?(283B)
----second(93B)
----range(704B)
----.clojure.sh(88B)
----repeat(399B)
----dec(28B)
----README.md(475B)
----nth(94B)
----take-clj(6B)
----cycle(217B)
----repeatedly(266B)
----take-while(136B)
----apply(400B)
----every?(235B)
----take(83B)
----some(328B)
----butlast(300B)
----map(99B)
----repeat-clj(8B)