TAM ChangeLog..

 2023 08 15

1.7-17: now it's possible to rename files.. So, how to: ren <file index> <new name>

press TAB to expand <file index> into full or short form - just type command "ren <file index>" and press TAB.

Tip: press F12 to reset command line.

2023 08 17

1.7-23: makes possible to copy files ==>> cp <file index> <new name>

Actually, "cp" command has the same routine as the "ren".

PS.. keep in mind: this variant overwrites existing file silently.

2023 08 18

1.7-29: 'cp' command is safe.

2023 08 19

1.7-31: resolved sad problem w/ apostrophe in file names :)

2023 08 21

so far the're problem to search files with apostrophe in their names, thus we can use crutch-ish workaround: -in_name  'grep==-E  [^a-zA-Z.\d\s]s\s|[^a-zA-Z.\d\s]t\s'

2023 08 23

1.7-35: "rm  <file index>" to delete file.

TIP: killed file gives "::D" mark in the table, otherwise a file wasn't removed.

...

v 1.7-36: fast/partial load of file's list.

2023 08 24

v 1.7-39: improved code to deal w/ errors.

2023 08 28

now, Dear User, You can install TAM from PyPi: python3 -m pip install sark0y_tam

run it: python3 -m sark0y_tam <Your commands>

2023 09 08

v 1.8-21 has been disclosed and now, Dear User, let's learn its features.. Now TAM has useful way to complete path's strings: this mode gets activated automatically after You typed "/" , also the're possible to speed-up typing w/ key INSERT. To switch between main and autocompletion lists, press key F1 + keep in mind, F12 is for reset of command line.

TIP: when You run TAM, use flag "-dont-exit" to prevent the end of session due to empty main list.

2023 09 12

v 1.8-27 makes possible for You, Dear User, to run files which don't belong to main list - just type in cmd line: <indx of viewer> /path/to/file 

2023 09 12

v 1.8-43.. Now, Dear User, You can define behavior for autocompletion  mode - just run TAM w/ the flag "-me-stop-mode1", so You need explicitly switch autocompletion off (press F12 for).

2023 09 16

v 1.8-51 delivers capability to use local(short)/global(long) indices - just switch them w/ cmd "slgi".

2023 09 19

v 1.8-52 provides hotkey "Alt+0" to switch "slgi" mode.

2023 10 16

1.9-43 Now, it's possible to use shell-based apps like MC, NANO, VIM in the same window/terminal. 

Example: tam <other opts> -term-app 'vim' -term-app 'mc' -lc '<Your codepage>'

2023 10 20

1.9-47 provides smooth way to deal w/ indices (local, global & negative ones).

2023 10 25

2023 10 26

v 1.9-58: clean-up some parasitic artifacts.

2023 10 31

v 1.9-73: Alt+2 to switch between TAM's Konsoles.

2023 11 02

v 1.9-76: flag '-title-mark' makes possible to group TAM's Konsoles.

2023 11 04

v 1.9-80: flag '-prefix-title-mark' can be helpful to write some additional info in Konsole's title, but this prefix doesn't appear in the list of TAM's Konsoles.

2023 11 05

v 1.9-82: new command sieve <regex/string>. Press F1 to return main list. 😉

2023 11 08

v 1.9-85: now it's possible to join lists of filtered main list..
sieve <regex1>
press F12
mrg
F1
F12
sieve <regex2>
F12
mrg
F12
show mrg

2023 11 10

v 1.9-86: commands 'cl mrg' or 'clear mrg' or 'clear merge' to clear merge list.
-----
v 1.9-87: f2mrg <file index> adds file/record from main list to merge one.

2023 11 13

v 1.9-93: F5 to reload main list.

2023 11 14

v 1.9-95: deli to remove an item from a page (deli <item's index>).

2023 11 16

v 1.9-99: after update of TAM, You can load new version into already running session - just type "hot reload" then press F5... but keep in mind, it's not stable feature.

2023 11 18

v 1.9-101: type command "just [y]es to kill file", so file deletion requires just a simple "Y|y|yes" to approve the operation.

2023 11 20

v 1.9-106: better integration w/ mc (Midnight Commander).
------
v 1.9-111: vdir <path to directory> . vdir means "virtual directory", this command makes actual dir which contains soft (symbolic) links to files from commands SIEVE and SHOW MRG

2023 11 23

v 1.9-115: uvdir <path to directory> - this command unlinks all symbolic links in given folder. Be careful, Dear User, don't use it for system dirs  (/, /usr, /lib, /sys, ...). 2ndly, You can turn off auto-complete mode w/ Page UP (PgUP).

Comments

Popular posts from this blog

TAM, guide of features & smart tricks.

/Key element of basic cyber security/