a2nt/silverstripe-elemental-basics

一些有用的元素块

安装次数: 621

依赖项: 1

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:silverstripe-vendormodule

dev-main 2024-08-14 15:47 UTC

This package is auto-updated.

Last update: 2024-09-14 16:01:00 UTC


README

Silverstripe Version

一些有用的元素块

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

带有 bat 代码高亮的 git 差分工具 (git show)

https://github.com/dandavison/delta