Skip to content

Releases: pacifiquem/lin

v0.1.0

01 Dec 14:14
aeb586b
Compare
Choose a tag to compare

fix: proper handling of cd command with chdir instead of popen.

It's now possible to navigate by using cd command while in lin's sub-terminal.

What's done:

  • proper handling of cd command with chdir instead of popen.

v0.0.0

25 Nov 12:56
a0f5fd6
Compare
Choose a tag to compare

Lin v0.0.0 Release

Save your terminal session's commands&output into a file with an ease.

Features:

  • save commands with (--commands) flag
  • save command's output with (--output) flag
  • save both with (--all) flag

--all flag is the default.