a2nt/cms-niceties

Some useful CMS updates

Maintainers

👁 a2nt

Package info

github.com/a2nt/cms-niceties

Type:silverstripe-vendormodule

pkg:composer/a2nt/cms-niceties

Statistics

Installs: 740

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2024-08-20 16:34 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause decfc9edac9eca070f532d4f62a284ead52d8c4a

  • Tony Air <tony.woop@twma.pro>

silverstripeelemental

This package is auto-updated.

Last update: 2026-06-20 20:08:08 UTC


README

👁 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