a2nt /cms-niceties

一些有用的CMS更新

安装: 683

依赖项: 1

建议者: 0

安全: 0

星星: 0

关注者: 3

分支: 0

开放问题: 0

类型:silverstripe-vendormodule

dev-main 2024-08-20 16:34 UTC

This package is auto-updated.

Last update: 2024-09-20 16:35:42 UTC


README

Silverstripe Version

一些有用的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

git diff 工具,带bat代码高亮(git show)

https://github.com/dandavison/delta