Messages - rjbull [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 631next
1
General Software Discussion / Re: batch scripting
« on: May 20, 2024, 05:26 PM »
i was doing a lot of grepping and it was causing a toll on my hands typing all the extra characters.
[...]
now i'm wondering if i can make it so i just run it once, and i can just type the grep search words over and over again ?
[...]
without having to type g each time.
[...]
its been so long i cant remember what this stuff is even called in batch to search how to script it.

There are still a few batch file resources on the web, e.g.


Don't overlook that even the Windows CMD prompt has line recall and editing.  When you've issued a command, and it's been executed, press Up Arrow to recall it, edit the line if necessary and press Enter to issue the modified command.  Take Command (payware) and its plain text console mode version TCC/LE (freeware) are far better. You get many more features than Microsoft ever dreamt of.  JP Soft seem to have replaced TCC/LE with TCC-RT : Free TCC Runtime for Batch Files, which I haven't tried.  Also, you should probably look at PowerShell, which also I haven't tried.

2
i have a list of filenames, and my friend has a list of filenames. we are trying to organize and sort and compare our lists of filenames. but the two lists are too different for most string comparing tools.

I see Vic is on the task, but I think what you're asking for is usually called fuzzy string matching.  Try a Web search, there seems plenty of Python work on it, and take a look at Comparing Strings Is Easy With FuzzyWuzzy.

3
trackball mice

If you like trackballs, take a look at Trackball Mouse .org reviews (if you haven't already).  One caveat; amongst others, he likes the Kensington Expert Mouse.  It's a big device.  You need quite big hands to be really comfortable with it.

4
He really, really needs to write the Automation chapter of Help  :)

I just saw on Reddit that the app has been updated again, and then noticed there's been a start on the Automation chapter.

He said that v.2 was a very big update, and that the Automation chapter was/will be tantamount to a tutorial on programming.

He's very responsive to comments, which is a nice change in this world of big arrogant corporations.

5
Whilst rootling around for better web clipping, I came across Upnote.

The thread has moved on, with no further comment on Upnote?

Pages: [1] 2 3 4 5 6 ... 631next
Go to full version