a2nt / silverstripe-elemental-basics
Some useful elemental blocks
Installs: 621
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- a2nt/silverstripe-mapboxfield: *
- dnadesign/silverstripe-elemental: *
- dnadesign/silverstripe-elemental-list: *
- dynamic/silverstripe-elemental-image: *
- gorriecoe/silverstripe-linkfield: *
- lekoala/silverstripe-cms-actions: *
- lekoala/silverstripe-filepond: *
- silverstripe/cms: ^5
- symbiote/silverstripe-addressable: *
- symbiote/silverstripe-gridfieldextensions: *
README
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