Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: mocore on January 01, 2025, 06:29:26 AM

Title: tinycommander
Post by: mocore on January 01, 2025, 06:29:26 AM

Quote

title : tinycommander
status : discovered / untested very cool   8)

url : https://github.com/zooxo/tinycommander
scr-url : https://github.com/zooxo/tinycommander/raw/refs/heads/master/tinycommander
info-url : https://github.com/zooxo/tinycommander/raw/refs/heads/master/README.md

description : Shell script for the minimalistic busybox Almquist shell (ash) to approximate a file manager (similar to midnight or norton commander).




Title: Re: tinycommander-sh.tcz.info
Post by: mocore on January 01, 2025, 07:31:57 AM
combining
this :`Script for retrieving selected fields from .tcz.info files `  https://forum.tinycorelinux.net/index.php/topic,27456.0.html
modifyed : grep -Eno to grep -iEno
by  adding the '-i' / ignore case option to grep !

and
that "shell script in markdown  ...with
     
Code: [Select]
alias ~~~=":<<'~~~sh'";:<<'~~~sh'"
https://forum.tinycorelinux.net/index.php/topic,22762.msg176882.html#msg176882
adding

Code: [Select]
alias ~~~=":<<'~~~sh'";:<<'~~~sh'

~~~sh
  busybox ash  ParseInfoFile.sh $0 "${@}"
~~~

to the quote in the original post ... eg

file: tinycomander-sh.tcz.info
Code: [Select]

 alias ~~~=":<<'~~~sh'";:<<'~~~sh'

~~~sh
  busybox ash  ParseInfoFile.sh $0 "${@}"
~~~

title: tinycommander
status: discovered / [s]untested[/s] very cool   8)

url: https://github.com/zooxo/tinycommander
scr-url: https://github.com/zooxo/tinycommander/raw/refs/heads/master/tinycommander
info-url: https://github.com/zooxo/tinycommander/raw/refs/heads/master/README.md
zip-url: https://github.com/zooxo/tinycommander/archive/refs/heads/master.zip
description: Shell script for the minimalistic busybox Almquist shell (ash) to approximate a file manager (similar to midnight or norton commander).

readme:
# tinycommander
Shell script for the minimalistic busybox Almquist shell (ash) to approximate a file manager (similar to midnight or norton commander).

The Almquist shell is a rudimentary but complete tiny linux shell which is used as "standard shell" in Busybox or Tinycore Linux.
To simplify the work with command line based linux systems a file commander or explorer is very helpful.
Tinycommander simply uses a shell script to provide a piece of software - thus nothing else is needed but a shell (i.e. no libraries).
In addition to the file manager tinycommander provides some tools like a scientific RPN-calculator or a simple slide presentation program.


its possible to extract fields/info from this ".info"file by executing the file its self !!  ???

eg
Code: [Select]
$ busybox ash ./tinycomander-sh.tcz.info readme
readme:
# tinycommander
Shell script for the minimalistic busybox Almquist shell (ash) to approximate a file manager (similar to midnight or norton commander).

The Almquist shell is a rudimentary but complete tiny linux shell which is used as "standard shell" in Busybox or Tinycore Linux.
To simplify the work with command line based linux systems a file commander or explorer is very helpful.
Tinycommander simply uses a shell script to provide a piece of software - thus nothing else is needed but a shell (i.e. no libraries).
In addition to the file manager tinycommander provides some tools like a scientific RPN-calculator or a simple slide presentation program.


Title: Re: tinycommander
Post by: neonix on April 05, 2026, 02:58:19 AM
Can we have this program in the repo?
Can we have this program in vanilla microcore?
Title: Re: tinycommander
Post by: Juanito on April 05, 2026, 05:37:13 AM
Looking at this:

https://github.com/zooxo/tinycommander

..it's 11 years old, is there a more recent version?
Title: Re: tinycommander
Post by: Rich on April 05, 2026, 09:17:28 AM
Hi neonix
... Can we have this program in vanilla microcore?
We try to keep the programs included in releases to a bare minimum.

We include enough programs for someone to install and modify a
system that satisfies their needs.

After all, isn't that what this project is all about?
No bloat. Install only what you want/need.

A file manager is not required for that. The included calculator and
file viewer already exist. They are called  calc  and  less.
Title: Re: tinycommander
Post by: neonix on April 06, 2026, 08:08:47 AM
Looking at this:

https://github.com/zooxo/tinycommander

..it's 11 years old, is there a more recent version?
When I put "zooxo tinycommander" I get only one result.
tinycommander has only 22 KB.
Title: Re: tinycommander
Post by: Juanito on April 06, 2026, 08:58:59 AM
posted to tc-17.x x86 repo
Title: Re: tinycommander
Post by: neonix on April 07, 2026, 03:13:35 AM
Can I ask for tc-17.x x86-64 version?
Title: Re: tinycommander
Post by: Juanito on April 07, 2026, 05:31:17 AM
Copied to tc-17.x x86_64 repo - since it's a script the architecture doesn't matter.