Some useful elemental blocks
Go to file
Tony Air a87896186c
Merge pull request #2 from a2nt/v5
IMPR: Map Elements
2024-04-25 18:13:17 +02:00
_config IMPR: AJAX finish response for ElementForm 2023-11-20 11:51:45 +02:00
src IMPR: Map Elements 2024-04-25 18:11:07 +02:00
templates UPD: SliderItem_media 2024-04-22 13:33:25 +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 Update README.md 2024-04-25 17:10:51 +02:00
_config.php Initial 2021-06-08 15:38:35 +07:00
composer.json IMPR: Map Elements 2024-04-25 18:11:07 +02:00

README.md

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