this post was submitted on 14 Jan 2025
142 points (99.3% liked)

Linux

50355 readers
1073 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Just wondering since I know a lot of people quietly use a screen-area-select -> tesseract OCR -> clipboard shortcut.

  • I separate subjects of interest into different Firefox windows, in different workspaces -- so I have an extension title them and a startup script parse text to ask the compositor to put them in the correct workspace (lets me restart more conveniently).
  • I have automatically-set different-orientation wallpapers for using my 2-in-1 depending on whether I use it in portrait or landscape (kind of just for looks, but I don't think if anyone else adds a wallpaper change to their screen rotation keybind).
you are viewing a single comment's thread
view the rest of the comments
[–] vort3@lemmy.ml 14 points 1 month ago (1 children)

I use compose key sequences to save time writing out long email addresses. For example, I have something like this in my ~/.XCompose:

<Multi_key> <b> <o> <s> <at>: "myangryboss@company.com" # Email of my very angry boss

So I can just type Compose (right alt on my system), bos@ and get his email address. Less error prone than typing out emails manually.

I'm probably not the only one to use compose strings as a replacement to a text expander, but I don't know anyone else who does this.

[–] lord_ryvan@ttrpg.network 0 points 2 weeks ago (1 children)
[–] vort3@lemmy.ml 1 points 2 weeks ago (1 children)

Because email clients are not the only place where I enter emails. And not every program supports address book integration.

I might be filling out online forms and enter someone's email or phone number or any other long string such as full name I can't remember how to properly spell.

[–] lord_ryvan@ttrpg.network 0 points 2 weeks ago (1 children)

At least Google and Outlook accounts support sharing the address book through the account, so it doesn't matter where you use it from.

Seems like privacy respecting alternatives could do that, too.

[–] vort3@lemmy.ml 1 points 2 weeks ago (1 children)

Is there Google and/or Outlook integration into a terminal (Konsole) I'm not aware of?

[–] lord_ryvan@ttrpg.network 0 points 2 weeks ago (1 children)

What implied there's a terminal client? I don't think you mentioned it, either. Did you reply to the correct comment?

Either way, both Gmail and Outlook support POP and IMAP, so if you have a terminal e-mail client there's an about 100% chance it works with Gmail and Outlook.

[–] vort3@lemmy.ml 0 points 2 weeks ago

I may also want to type out someone's email NOT in an email client, while in terminal, for example in bash shell or in vim.