Skip to content

Releases: Sberm/Transgender.rs

1.2.1

04 Jun 02:22
Compare
Choose a tag to compare

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.

Stable 1.2

03 Apr 08:17
Compare
Choose a tag to compare

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.

Stable 1.1

03 Apr 08:08
Compare
Choose a tag to compare
  • Press n to jump to next match

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.

Stable 1.0

25 Mar 15:02
Compare
Choose a tag to compare
Fix highlight directory bug

Beta 0.4

24 Mar 03:03
Compare
Choose a tag to compare
  • Makefile works generally
  • Error handling done
  • Basic navigation keys
  • Go to directories without open up a new bash(uses /tmp/trans, 2 file IO, a bad way to do it)
  • No searching or going to top/bottom of file lists

Beta 0.3

20 Mar 14:18
Compare
Choose a tag to compare

Good enough, with trans theme color

Better basic features with some bugs

20 Mar 11:36
Compare
Choose a tag to compare

Beta 0.1

20 Mar 06:19
Compare
Choose a tag to compare
  • Poor wide character support.