Skip to content
/ to Public

a plain dumb wrapper to dtach

License

Notifications You must be signed in to change notification settings

tmcb/to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to - a plain dumb wrapper to dtach

usage

 to -n <label> [<program>]  # new session
 to <label>                 # existing session
 to -l                      # list sessions

motivation

In a local terminal session, I usually switch between applications using fg and jobs. This workflow breaks down too often in remote terminal sessions, for obvious reasons.

to brings together the convenience of a terminal multiplexer with the ease of use of job control utilities.

noncomprehensive list of dependencies

  • cat
  • dtach
  • env
  • find
  • sh

About

a plain dumb wrapper to dtach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published