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
Comments
Post a Comment