General TC > Programming & Scripting - Unofficial

tinycommander

(1/1)

mocore:


--- 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).

--- End quote ---




mocore:
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: ---alias ~~~=":<<'~~~sh'";:<<'~~~sh'"
--- End code ---

https://forum.tinycorelinux.net/index.php/topic,22762.msg176882.html#msg176882
adding


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

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

to the quote in the original post ... eg

file: tinycomander-sh.tcz.info

--- Code: ---
 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.


--- End code ---

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

eg

--- Code: ---$ 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.
--- End code ---


Navigation

[0] Message Index

Go to full version