Files
oam/snippets/view files.sh
2024-09-22 21:15:45 +02:00

8 lines
145 B
Bash

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