You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
_config | 3 months ago | |
src | 3 weeks ago | |
templates | 1 month ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
_config.php | 2 years ago | |
composer.json | 7 months ago |
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