getbookmarks.el - gophersource - source code for simplicialcomplex'
git clone https://tilde.club/~simplicialcomplex/git/gophersource.git
Log
Files
Refs
getbookmarks.el (497B)
     1 #!/usr/bin/env -S emacs -Q --script
     2 
     3 (require 'seq)
     4 
     5 (princ
     6 (mapconcat
     7  (lambda (e) 
     8    (replace-regexp-in-string "^gopher://\\(.*?\\)/\\([013578
     9  (seq-filter (lambda (entry) (equal (cdr (assoc 'handler (cd
    10         (car (read-from-string
    11           (with-temp-buffer
    12             (insert-file-contents "/home/simplicialcomplex/.
    13             (buffer-string)))))
    14 
    15  "\n"
    16  ))