WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dearth of Tiny Core Software Applications  (Read 670 times)

Offline Tinysidhu

  • Newbie
  • *
  • Posts: 1
Dearth of Tiny Core Software Applications
« on: December 11, 2023, 09:25:03 PM »
Hi All, this is my first post. First of all, I love the distro, the simplicity is truly wonderful. I want to keep using it and am discovering new things. I have read the year 2013 book and must say that there has been so much thought put into how people will use it and the design simplicity creates a powerful tool which can be flexibly applied to a lot of use cases. This distro is a work of love and a work of powerful engineering.

Either I have not found it or they don't exist - I am looking for other Linux utilities like espanso, croc, woof, a wiki server, markup/markdown editors or lex. Are these packages just not available for TCL or I have not found the repositories? I'd love to contribute and make these packages. So my exploration continues.

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
Re: Dearth of Tiny Core Software Applications
« Reply #1 on: December 12, 2023, 04:23:12 AM »
@Tinysidhu: Welcome to the forum!
Quote
I'd love to contribute and make these packages.
People who would like to see packages X, Y or Z available through the repository are more than welcome to contribute!
Start off by reading the Wiki content regarding Creating Extensions.
Take care and enjoy the exploration!
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Offline CardealRusso

  • Full Member
  • ***
  • Posts: 165
Re: Dearth of Tiny Core Software Applications
« Reply #2 on: December 12, 2023, 05:39:07 AM »
I've never heard about these programs.
About croc and woof, it seems to be some kind of http server for a single file and a single download? (although there are more options) for this specific objective you can use something very simple like
Code: [Select]
{ echo -ne "HTTP/1.0 200 OK\r\nContent-Length: $(wc -c <$1)\r\n\r\n"; cat $1; } | nc -l -p $2

https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
Re: Dearth of Tiny Core Software Applications
« Reply #3 on: December 14, 2023, 08:05:52 PM »
woof: (Web Offer One File) cute concept: launch a socket (http) and transmit a file when a user lands, then disconnect.
croc: Sounds like a one-on-one peer (file based) network with some decent bells and whistles
espanso: "Espanso is a cross-platform text expander tool written in Rust. A text expander lets you use shortcuts instead of typing long words and sentences."

I'm not one to judge the usefulness of an application; I don't personally have need for such apps, but someone out there must as at least some of them are on the bigger repos.
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Offline core-user

  • Full Member
  • ***
  • Posts: 191
  • Linux since 1999
Re: Dearth of Tiny Core Software Applications
« Reply #4 on: December 15, 2023, 01:24:16 AM »
Be careful - Woof is a way of creating Puppy Linux spinoffs, been around for years!  ;)

https://wikka.puppylinux.com/Woof

Also - https://puppylinux-woof-ce.github.io/woof-ce.html
« Last Edit: December 15, 2023, 01:26:26 AM by core-user »
AMD, ARM, & Intel.