MinderKeyboardShortcutsOutliner_cropped.pdf
27.3 KB
MinderKeyboardShortcuts Outliner cropped
All the color palettes from the Palette app
Can any of these beat the extensive palettes of color-hex.com nah
Can any of these beat the extensive palettes of color-hex.com nah
really wanna learn how to use sed more. Will go through some online tutorials
Edit text in a scriptable manner.
More information: https://man.archlinux.org/man/sed.1.
- Replace the first occurrence of a regular expression in each line of a file, and print the result:
tldr sedsed
Edit text in a scriptable manner.
More information: https://man.archlinux.org/man/sed.1.
- Replace the first occurrence of a regular expression in each line of a file, and print the result:
sed 's/regular_expression/replace/' filename- Replace all occurrences of an extended regular expression in a file, and print the result:
sed -r 's/regular_expression/replace/g' filename- Replace all occurrences of a string in a file, overwriting the file (i.e. in-place):
sed -i 's/find/replace/g' filename- Replace only on lines matching the line pattern:
sed '/line_pattern/s/find/replace/' filename- Delete lines matching the line pattern:
sed '/line_pattern/d' filename- Print the first 11 lines of a file:
sed 11q filename- Apply multiple find-replace expressions to a file:
sed -e 's/find/replace/' -e 's/find/replace/' filename- Replace separator / by any other character not used in the find or replace patterns, e.g. #:
sed 's#find#replace#' filenameGaupol is a subtitle editor and has a great interface. Sadly it is to hard for me to manually add subtitles (that's easy actually) but getting the timing just right is quite the ordeal especially compared to Subtitle Composer (KDE app).
edit: perhaps I spoke too soon Stretch seems to adjust timing by .050 seconds so I'll give it another try
edit: perhaps I spoke too soon Stretch seems to adjust timing by .050 seconds so I'll give it another try
Q Start EarlierW Start Later E End Earlier R End Later O play current line + 1 secondP play/pause K set end timeU set beginning timeJust looking at Unbuntu Christian distro I downloaded a bunch of bible stuff but only xiphos seemed like a keeper.
Dictionaries -
StrongsGreek and StrongsHebrew
KJVA: King James Version (1769) inclding Aprocrypha, with Strongs Numbers and Morphology
Glossary
Latina - Latin to English Glossary
General Books
English - Finney: Sermons on Gospel Themes
sudo apt install xiphosXiphos is a great app for studying and researching the Bible. Recommend installing
Dictionaries -
StrongsGreek and StrongsHebrew
KJVA: King James Version (1769) inclding Aprocrypha, with Strongs Numbers and Morphology
Glossary
Latina - Latin to English Glossary
General Books
English - Finney: Sermons on Gospel Themes
AuthPass https://t.iss.one/geektips/5 is the free (GPL) password manager that I mainly use cuz it has a free iphone and android app. But eventually I'm slowly migrating away from iOS. So if you just need a free (GPL) app that works on Windows, Mac and Linux (no android or iphone) then KeepPassXC is the one you want.
sudo add-apt-repository ppa:phoerious/keepassxc
sudo apt update
sudo apt install keepassxcGitHub
GitHub - authpass/authpass: AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (KDBX 3 and KDBX 4) compatible.
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (KDBX 3 and KDBX 4) compatible. - authpass/authpass
Ffmpeg or in Videomass to combine two vf filters just put a comma between them. Upscale to 720p and add subrip SRT subtitles.
-c:v hevc -crf 28 -c:a libopus -b:a 32k -strict -2 -vf scale="-2:720",subtitles="/home/GeekTips/video.srt"sudo add-apt-repository ppa:alex-p/tesseract-ocr-develInstalled Tesseract 5.0 which in my testing was 15% faster than 4.1
sudo apt update
sudo apt install tesseract-ocr
ocrmypdf —optimize 3 input.pdf output_optimized.pdfIt optimized the PDF from 165MB —> 101MB.
PDF/A. You may wish to examine the output PDF's XMP metadata.
JPEGs: 100%|███████████████████████████████| 180/180 [00:22<00:00, 6.97image/s]
PNGs: 0image [00:00, ?image/s]
JBIG2: 0item [00:00, ?item/s]
INFO - Optimize ratio: 1.64 savings: 38.9%
INFO - Output file is a PDF/A-2B (as expected)
Noticed gImagereader three weeks ago released a package that's compatible with tesseract 5. Probably have to wait 6 to 12 months till it gets released as a deb file though.
GitHub
GitHub - tesseract-ocr/tesseract: Tesseract Open Source OCR Engine (main repository)
Tesseract Open Source OCR Engine (main repository) - tesseract-ocr/tesseract
NormCap is a app that lets you capture and OCR any part of your screen you select that is an image and extract text copied to your clipboard which can then be pasted into a text editor.
I tried installing the python norm NormCap cap app but it failed. Just download the appimage.
In Applications | Settings | Keyboard under Application Shorcuts
add Ctrl+Print and for the command navigate to the NormCap-unstable-x86_64.AppImage
I tried installing the python norm NormCap cap app but it failed. Just download the appimage.
In Applications | Settings | Keyboard under Application Shorcuts
add Ctrl+Print and for the command navigate to the NormCap-unstable-x86_64.AppImage
MinderKBShortcuts(Outliner).pdf
27.8 KB
Minder Keyboard Shortcuts made with Outliner
First paragraph – Example text copied from a PDF which contains
unwanted line breaks and
the text doesn’t flow.
Second paragraph – To fix this in LibreOffice you
need to Edit | Search and Replace three
times to fix it.
Third paragraph – now if you have tabs in
your existing document this won’t work. Always wanted an
offline solution not those websites to do this.
Fourth paragraph - So you should see four paragraphs nicely formatted
and the text flowing
so it looks like it should.
You want it to look like so:
First paragraph – Example text copied from a PDF which contains unwanted line breaks and the text doesn’t flow.
Second paragraph – To fix this in LibreOffice you need to Edit | Search and Replace three times to fix it.
Third paragraph – now if you have tabs in your existing document this won’t work. Always wanted an offline solution not those websites to do this.
Fourth paragraph - So you should see four paragraphs nicely formatted and the text flowing so it looks like it should.
Search and Replace and do a Replace ALL four times
1) Find:
Replace:
2) Find:
Replace:
3) Find:
Replace:
4) Find:
Replace:
Can be recorded as a macro. Tools | Options | Advanced | Enable macro recording (restart LibreOffice) if it wasn't already checked.
Ctrl-H to start Search and Replace.
Whenever you wish to run the macro do
Under
unwanted line breaks and
the text doesn’t flow.
Second paragraph – To fix this in LibreOffice you
need to Edit | Search and Replace three
times to fix it.
Third paragraph – now if you have tabs in
your existing document this won’t work. Always wanted an
offline solution not those websites to do this.
Fourth paragraph - So you should see four paragraphs nicely formatted
and the text flowing
so it looks like it should.
You want it to look like so:
First paragraph – Example text copied from a PDF which contains unwanted line breaks and the text doesn’t flow.
Second paragraph – To fix this in LibreOffice you need to Edit | Search and Replace three times to fix it.
Third paragraph – now if you have tabs in your existing document this won’t work. Always wanted an offline solution not those websites to do this.
Fourth paragraph - So you should see four paragraphs nicely formatted and the text flowing so it looks like it should.
Search and Replace and do a Replace ALL four times
1) Find:
^$ (finding only Line Breaks by themselves and not all)Replace:
\t (replaces with a tab)2) Find:
$ (finds all remaining line breaks)Replace:
space (just put a single space character and all the text flows together)3) Find:
\t (finds the tabs) Replace:
\n\n (puts a new line twice to create a paragraph break (on Windows does one need to put \r\n\r\n ?)4) Find:
spacespace (two spaces together " ")Replace:
space (one space)Can be recorded as a macro. Tools | Options | Advanced | Enable macro recording (restart LibreOffice) if it wasn't already checked.
Ctrl-H to start Search and Replace.
Tools | Options | Record Macro (a small dialog will popup showing Stop Recording). Perform actions 1 to 4 and when done click Stop Recording and Save Macro In click My Macros | Standard | New Module and name it RemoveLineBreaks.Whenever you wish to run the macro do
Tools | Macros | Run Macros select RemoveLineBreaks and click Run and line breaks are removed within document. Can also assign a keyboard shortcut to the macro. Tools | Customize | Keyboard
Under Shortcut Keys click on Shift+Ctrl+L (or any unassigned one) Under
Category | LibreOffice Macros | My Macros | Standard | RemoveLineBreaks | Under Function click RemoveLineBreaks then click Modify then Save and name your custom keyboard configuration file. All done.LMDE 5 beta I played around with under QEMU (like Virtualbox). Linux Mint Debian Edition I believe is the way forward. Canonical who does Ubuntu is evil with their Snap package management system. Flatpak and AppImage are way better.
Nemo (file manager) is better than Thunar (XFCE file manager) dual pane, search and search content within files. Thunar has better file renaming though like Numbering and better regrex in my testing. Still not sure if I’ll switch to Cinnamon or stick with XFCE. Getting off Ubuntu base is a huge step and it looks like Linux Mint can fully pull the plug if they wish to.
Nemo (file manager) is better than Thunar (XFCE file manager) dual pane, search and search content within files. Thunar has better file renaming though like Numbering and better regrex in my testing. Still not sure if I’ll switch to Cinnamon or stick with XFCE. Getting off Ubuntu base is a huge step and it looks like Linux Mint can fully pull the plug if they wish to.
Palette Cam (free on iOS, no ads) is quick way to save colors and get hex color from an image. Save palettes without needing to create an online account
Translating services using google while protecting your privacy
https://lingva.ml/
https://simplytranslate.org/
DuckDuckGo many are going away from
https://www.qwant.com/
https://startpage.com/
you could use but at the end of the day they're all controlled. Even telegram CEO is WEF member.
https://lingva.ml/
https://simplytranslate.org/
DuckDuckGo many are going away from
https://www.qwant.com/
https://startpage.com/
you could use but at the end of the day they're all controlled. Even telegram CEO is WEF member.
lingva.ml
Lingva Translate
Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available
Modified the way to OCR a PDF and only optimize PDFs using —skip-big instead of —tesseract-timeout=0