a2nt/cms-niceties
Some useful CMS updates
Maintainers
Package info
Type:silverstripe-vendormodule
pkg:composer/a2nt/cms-niceties
dev-main
2024-08-20 16:34 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause decfc9edac9eca070f532d4f62a284ead52d8c4a
- Tony Air <tony.woop@twma.pro>
README
Some useful CMS objects and extensions
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
