Skip to content

1.2.1

Latest
Compare
Choose a tag to compare
@Sberm Sberm released this 04 Jun 02:22
· 11 commits to main since this release

What's new

  • Support opening files with text editors (o or ENTER)
  • Specify desired text editor in config file ~/.tsrc

To use the executable:

  1. Put the executable transgender to any binary search path, such as /usr/local/bin
  2. The executable below should be used together with
function ts() {
  cd $(transgender 3>&1 1>&2 2>&3 3>&- | tail -n 1)
}

put in your shell config file.
The executable is for X86_64 Linux.