Skip to content

johncoder/antics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antics

An Emacs package for running processes in the background.


Installation

Clone this repository:

git clone https://github.com/johncoder/antics

Then, add this to your emacs configuration:

(load-file "~/path/to/antics/antics.el")

Configuration Files

To configure antics, create a text file and define the processes you'd like to run. Example:

'(:name "My Processes"
  :items
  ("List some files"
   :cwd "~/"
   :cmd "ls -la"))

When you run M-x antics RET it will prompt you to choose the file you just created. It then opens a tabulated list of these processes and allow you to manage them.

key binding description
g Refresh the list of processes
R Load a configuration file C-u to force
v View a process buffer
RET Start an item and view its buffer
s Start a process
k Kill a process
d Delete a process
P View the process list (list-processes)

Key map in the buffer for a process:

key binding description
q Quit the window
g Rerun the process
k Kill the process

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published