R
R

reptyr

reptyr is a utility for taking an existing running program and attaching it to a new terminal, and is particularly useful for moving a long-running process into a GNU screen session.

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Linux
2likes
0articles

Features

  1.  Command line interface

reptyr News & Activities

Highlights All activities

Recent activities

  • K0RR updated reptyr

reptyr information

AlternativeTo Category

OS & Utilities

GitHub repository

  •  6,335 Stars
  •  230 Forks
  •  28 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
reptyr was added to AlternativeTo by funkyhat on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is reptyr?

reptyr is a utility for taking an existing running program and attaching it to a new terminal, and is particularly useful for moving a long-running process into a GNU screen session.

reptyr does a more thorough job of transferring programs than many other tools, including the popular "screenify" shell script, because it changes the program's controlling terminal. This means that actions such as window resizes and interrupts are sent to the process from the new terminal.