Go to file
Tony Air bd35c4f8e1
Merge pull request #1 from a2nt/v5
V5
2024-04-25 17:09:47 +02:00
.idea Initial 2021-06-19 21:30:03 +02:00
_config IMPR: Move theme specific settings 2024-04-22 17:49:46 +02:00
_graphql IMPR: Load extra resources on GraphQL 2023-10-25 04:26:25 +02:00
lang Initial 2021-06-19 21:30:03 +02:00
src IMPR: Publish all files 2024-04-24 14:01:37 +02:00
templates FIX: Open in new tab 2024-02-08 11:57:12 +02:00
LICENSE Initial commit 2021-06-19 21:02:11 +02:00
README.md Update README.md 2024-04-25 17:08:56 +02:00
_config.php FIX: Remove char-count 2023-08-02 15:59:16 +02:00
composer.json FIX: composer.json 2024-04-22 14:09:51 +02:00

README.md

cms-niceties

Silverstripe Version

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

git diff tool with bat code hightlighting (git show)

https://github.com/dandavison/delta