Files
oam/snippets/view files.sh
2024-06-18 23:02:43 +02:00

8 lines
132 B
Bash

#!sh
# Just `vim` but read-only.
view 'file'
# Like `cat` but with syntax highlighting
bat --theme 'Solarized (light)' 'index.ts'