Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

markaylett/doogal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO:
 * encoding variable
 * page-size variable
 * template variable
 * parser errors
 * help text
 * save settings
 * apt doogal ids
 * apt css
 * email
 * silent/batch
 * icon
 * pipe/shell

$ find $DOOGAL_REPO/data -name "*.txt" -exec file {} \; | grep -v ASCII

(defun run-doogal ()
  "Run an inferior Doogal process, input and output via buffer *doogal*."
  (interactive)
  (remove-hook 'kill-buffer-query-functions
               'server-kill-buffer-query-function)
  (require 'comint)
  (switch-to-buffer (make-comint "doogal" "doogal")))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages