Search found 630 matches
- Sun Jan 03, 2021 3:35 am
- Forum: CLI Discussions
- Topic: Notice to all
- Replies: 4
- Views: 1288
Notice to all
Notice to all [/b] I tried to do my best to get this project moving forward. I contacted Andrew in public and private to convince him to let me test my idea of a proper CLI database. I tried to cut my requests to the very basic I can do with . I can't seem to get him to let me even try. Not with po...
- Sun Jan 03, 2021 3:19 am
- Forum: CLI Discussions
- Topic: CLI Database Discussions
- Replies: 359
- Views: 143283
Re: CLI Database Discussions
I'd say youtube-dl, pandoc, pdftk, exiftool, mtr etc shouldn't have a label, and only stuff like WinMove (Yori) or Convert.exe (ImageMagick) should have one, as labels there would have a signal function: gotta pay attention here. youtube-dl just works out of the box, WinMove requires additional wor...
- Sat Jan 02, 2021 10:19 pm
- Forum: Chit-Chat
- Topic: Idea: Comprehensive testing resources project
- Replies: 16
- Views: 8076
- Sat Jan 02, 2021 10:17 pm
- Forum: CLI Discussions
- Topic: CLI Database Discussions
- Replies: 359
- Views: 143283
Re: CLI Database Discussions
@lintalist Interesting take. I view "tool" as the basic unit. Thus, a "package" would need the label. If we reverse it like you say (everything is a downloadable unit/package unless labelled otherwise), how would you do it? It is hard to do in negative. What would label be like? "not package"? 🤔 So ...
- Thu Dec 31, 2020 9:03 pm
- Forum: CLI Discussions
- Topic: CLI Database Discussions
- Replies: 359
- Views: 143283
Re: CLI Database Discussions
Just some thoughts: Not sure about the "package" - wikipedia https://en.wikipedia.org/wiki/Software_package - states "... that provides certain functionality as part of a larger system" and I think that rings more true - when I think of package, I think of additional "things" I can install to make ...
- Thu Dec 31, 2020 9:19 am
- Forum: CLI Submissions
- Topic: Midnight Commander for Windows
- Replies: 12
- Views: 2253
Re: Midnight Commander for Windows
Thanks, Lintalist! You might wanna use the new thread "TUI File Managers" as a central point for CLI/TUI file managers!
- Tue Dec 29, 2020 8:44 pm
- Forum: CLI Submissions
- Topic: GREN - rename files using regular expressions
- Replies: 7
- Views: 2161
- Tue Dec 29, 2020 7:15 am
- Forum: Suggestions/Discussions
- Topic: Site usability testing results
- Replies: 22
- Views: 3629
Re: Site usability testing results
I am sure a scoring query can be optimized significantly, though.
- Mon Dec 28, 2020 11:11 pm
- Forum: Portable Freeware Discussion
- Topic: Running two instances of Portable Apps at the same time
- Replies: 6
- Views: 2406
Re: Running two instances of Portable Apps at the same time
Didn't do it for me since I need to keep two different full portable "installs".

Is there a way, John?
- Mon Dec 28, 2020 10:38 pm
- Forum: Suggestions/Discussions
- Topic: Site usability testing results
- Replies: 22
- Views: 3629
Re: Site usability testing results
You can try something like: WITH scoretable ( st_score, st_id, st_title, st_description, st_keywords, etc ) AS ( SELECT 10, id, title, description, keywords, etc FROM mytable WHERE title LIKE "%searchterm%" UNION ALL SELECT 3, id, title, description, keywords, etc FROM mytable WHERE description LIKE...
- Mon Dec 28, 2020 10:07 pm
- Forum: CLI Discussions
- Topic: 16-bit apps in the CLI database?
- Replies: 11
- Views: 1291
Re: 16-bit apps in the CLI database?
Would you oppose it? My main concern here is to avoid repeating the same "heads up" for unaware readers about has the nature and requirements of 16-bit apps. For example, here and here . This way, with very little effort, we can have a subforum with a clear title "16-bit/MS-DOS CLI Tools" and FAQ wh...
- Sun Dec 27, 2020 10:54 am
- Forum: CLI Discussions
- Topic: CLI Database Discussions
- Replies: 359
- Views: 143283
Re: CLI Database Discussions
https://cli.portablefreeware.com/index. ... ce+in+text
[regex replace in text] shouldn't be a match for [replace in text].
[regex replace in text] shouldn't be a match for [replace in text].
- Sun Dec 27, 2020 10:45 am
- Forum: CLI Submissions
- Topic: Nanogg - tiny command-line OGG player
- Replies: 5
- Views: 2186
- Sun Dec 27, 2020 10:38 am
- Forum: CLI Discussions
- Topic: TUI File Managers
- Replies: 4
- Views: 1060
Re: TUI File Managers
- Added lf.
- nnn dev seems to have something against Windows.
- ranger is python, which has a centralized repo (see this post), so I am not keen on navigating that ocean. I think we can include python apps that have a compiled executable.
- It seems rover is not for Windows.
- nnn dev seems to have something against Windows.
- ranger is python, which has a centralized repo (see this post), so I am not keen on navigating that ocean. I think we can include python apps that have a compiled executable.
- It seems rover is not for Windows.
- Sun Dec 27, 2020 10:15 am
- Forum: CLI Discussions
- Topic: 16-bit apps in the CLI database?
- Replies: 11
- Views: 1291
Re: 16-bit apps in the CLI database?
@ lintalist @ Cornflower Thanks for the input. I just want to clarify that we talking about two related (but different) things (I realize I wasn't very clear): Do we include them in the database at all? Do we make a subforum for 16-bit CLI (to avoid confusion with 32/64-bit CLI that work out-of-the-...