a2nt / cms-niceties
一些有用的CMS更新
dev-main
2024-08-20 16:34 UTC
README
一些有用的CMS对象和扩展
有用的UNIX控制台工具
代码搜索(find . -name "." | xargs grep "some text" replacement)
ag "some text" ./ https://github.com/ggreer/the_silver_searcher
带代码高亮的文件内容(cat replacement)
bat ./app/src/Pages/Page.php https://github.com/sharkdp/bat
文件列表(ls replacement)
exa -aTL3 ./app https://github.com/ogham/exa