2024-08-14 17:47:05 +02:00
2024-07-19 14:42:35 +02:00
2024-08-14 17:47:05 +02:00
2021-06-08 15:38:35 +07:00
2021-06-08 15:38:35 +07:00
2021-06-08 15:11:32 +07:00
2024-04-25 17:10:51 +02:00

silverstripe-elemental-basics

Silverstripe Version

Some useful elemental blocks

Usefull UNIX console utilities

Code search (find . -name "." | xargs grep "some text" replacement)

ag "some text" ./ https://github.com/ggreer/the_silver_searcher

File content with code hightlighting (cat replacement)

bat ./app/src/Pages/Page.php https://github.com/sharkdp/bat

File listing (ls replacement)

exa -aTL3 ./app https://github.com/ogham/exa

git diff tool with bat code hightlighting (git show)

https://github.com/dandavison/delta

Description
Some useful elemental blocks
Readme 190 KiB
Languages
PHP 79.3%
Scheme 20.7%