Some useful elemental blocks
Go to file
Tony Air 5227675593 UPD: replace linkable and embed modules 2022-07-02 20:02:19 +02:00
_config IMPR: Multi-slider 2022-04-19 13:50:36 +02:00
src FIX: Replace link field 2022-07-02 18:31:01 +02:00
templates IMPR: Hover dropdowns 2022-05-04 17:02:04 +02:00
.gitignore Initial 2021-06-08 15:38:35 +07:00
LICENSE Initial commit 2021-06-08 15:11:32 +07:00
README.md UPD: Readme 2021-07-01 13:49:54 +02:00
_config.php Initial 2021-06-08 15:38:35 +07:00
composer.json UPD: replace linkable and embed modules 2022-07-02 20:02:19 +02:00

README.md

silverstripe-elemental-basics

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