Search notes:

pspg

pspg is a Unix pager designed for browsing tabular data.

View tabular data in a file

pspg /etc/passwd --csv --csv-separator :

View tabular data piped from stdin

curl -G -s                                             \
https://nominatim.openstreetmap.org/search             \
--data-urlencode "q=Matterhorn"                        \
--data-urlencode  format=jsonv2             |          \
jq -r '
    .[]                                                      |
   [.osm_type, .osm_id, .category, .display_name, .place_id] |
    @csv
'                                           |          \
pspg --csv --csv-separator ','

Misc

pspg shares some keyboard shortcuts with vi or less.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745533410, '3.148.107.92', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/Data/structures/tabular/tools/pspg(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78