1
14
submitted 1 week ago* (last edited 1 week ago) by evenwicht to c/text_ui
2
92
submitted 3 months ago by innerteapot to c/text_ui
3
5
submitted 2 days ago* (last edited 2 days ago) by evenwicht to c/text_ui

This thread is a whine and winge fest to collect complaints of functionality missing in our world of text UIs. I’ll start off with:

  • SMS 2.0 (“RCS”): The new standard for SMS (Rich Communcation Services) only has an Android 8.1 app -- nothing for the desktop at all
  • kbin/mbin
  • Lemmy: Neonmodem Overdrive seems dysfunctional; some servers have an old. FE which works with links browser because it has a JavaScript engine, but it’s a terrible UX; and nothing works as far as offering offline access.
  • Mastodon voting and poll creation: (though I have not tested https://brutaldon.org/)
4
10
submitted 4 days ago* (last edited 4 days ago) by evenwicht to c/text_ui

Toot (CLI+TUI)

Toot is a standalone app.

help pageAuthentication:
toot login Log into a mastodon instance using your browser (recommended)
toot login_cli Log in from the console, does NOT support two factor authentication
toot activate Switch between logged in accounts.
toot logout Log out, delete stored access keys
toot auth Show logged in accounts and instances
toot env Print environment information for inclusion in bug reports.

TUI:
toot tui Launches the toot terminal user interface

Read:
toot whoami Display logged in user details
toot whois Display account details
toot notifications Notifications for logged in user
toot instance Display instance details
toot search Search for users or hashtags
toot thread Show toot thread items
toot timeline Show recent items in a timeline (home by default)
toot bookmarks Show bookmarked posts

Post:
toot post Post a status text to your timeline
toot upload Upload an image or video file

Status: toot delete Delete a status
toot favourite Favourite a status
toot unfavourite Unfavourite a status
toot reblog Reblog a status
toot unreblog Unreblog a status
toot reblogged_by Show accounts that reblogged the status
toot pin Pin a status
toot unpin Unpin a status
toot bookmark Bookmark a status
toot unbookmark Unbookmark a status

Accounts:
toot follow Follow an account
toot unfollow Unfollow an account
toot following List accounts followed by the given account
toot followers List accounts following the given account
toot mute Mute an account
toot unmute Unmute an account
toot block Block an account
toot unblock Unblock an account

Hashtags:
toot tags_followed List hashtags you follow
toot tags_follow Follow a hashtag
toot tags_unfollow Unfollow a hashtag

To get help for each command run:
toot --help

https://github.com/ihabunek/toot

I think I recall some things I could not do with Toot. Toot is in the official Debian repos, so might as well install it.

Bitlbee (IRC backend)

This is great if you already use an IRC client like IRSSI. Each Mastodon account can be logged in with its own “window” (which in IRSSI just means another text screen). Bitlbee is by far the fastest and easiest to post from if you have many accounts. But there is a msg size limitation because IRC inherently has a line size limit of like ~394 characters, which becomes a cap regardless of what the server supports.

Bitlbee is actually a large collection of middleware plugins for different IM platforms like ICQ, Skype, Jabber, Matrix, etc. The Mastodon plugin comes from kensanata.

It has a slight compatibility issue with some Mastodon servers. So if you connect to ten different servers, maybe half of them will work just fine and half will neglect to show you your own messages. Consider it experimental.

Bitlbee is now in the official Debian repos so you might as well install it. But I don’t know if Kensanada’s plugin became part of the official release yet. When I first installed it, it was a manual process.

Mastodon Archive (CLI)

This is also a kensanata tool. It’s purely for backups. It’s also hit or miss depending on which server it connects to. But it’s indispensible as it gives you an easy way to periodically grab a backup copy of messages to you (mentions) and from you, which is searchable offline.

Voting not implemented

One limitation of both Bitlbee and Toot is neither of them have implemented any aspect of voting interaction. You cannot make a poll and you cannot vote in polls. But both tools at least give you a way to /view/ the voting results.

Bitlbee may have a hacker option: you can free-type API calls. Thus perhaps possible to vote and make polls if you know the API well.

We could really use a text-based tool dedicated to voting. For me it’s an unmet need.

5
17
submitted 6 days ago* (last edited 6 days ago) by evenwicht to c/text_ui

This bash alias will check the weather in Amsterdam over Tor:

alias weathernl="curl -s --socks4a 127.0.0.1:9050 -A '' 'https://wttr.in/Amsterdam,Netherlands?lang=en&A'"

If your city name contains a space, just substitute with a ”+”:

curl -s --socks4a 127.0.0.1:9050 -A '' 'https://wttr.in/Los+Angeles,California?lang=en&A'

This is one of few websites that looks like garbage in a GUI browser but great in text. Remove --socks4a 127.0.0.1:9050 if you don’t have tor proxy installed.

6
4
submitted 2 months ago* (last edited 2 months ago) by evenwicht to c/text_ui

Tracker pixels are surprisingly commonly used by legitimate senders.. your bank, your insurance company, any company you patronize. These assholes hide a 1-pixel image in HTML that tracks when you open your email and your IP (thus whereabouts).

I use a text-based mail client in part for this reason. But I got sloppy and opened an HTML attachment in a GUI browser without first inspecting the HTML. I inspected the code afterwards. Fuck me, I thought.. a tracker pixel. Then I visited just the hostname in my browser. Got a 403 Forbidden. I was happy to see that.

Can I assume these idiots shot themselves in the foot with a firewall Tor blanket block? Or would the anti-tor firewall be smart enough to make an exception for tracker pixel URLs?

7
1
submitted 3 months ago* (last edited 3 months ago) by evenwicht to c/text_ui

cross-posted from: https://lemmy.sdf.org/post/22571649

According to 15 U.S.C. 7704 §5(a)(5):

INCLUSION OF IDENTIFIER, OPT-OUT, AND PHYSICAL ADDRESS IN COMMERCIAL ELECTRONIC MAIL.—

(A) It is unlawful for any person to initiate the transmission of any commercial electronic mail message to a protected computer unless the message provides—

(i) clear and conspicuous identification that the message is an advertisement or solicitation;
(ii) clear and conspicuous notice of the opportunity under paragraph (3) to decline to receive further commercial electronic mail messages from the sender; and
(iii) a valid physical postal address of the sender.

When my text-based mail client receives an HTML-only email message, it tries to render the HTML as text. It’s sometimes a jumbled up unreadable heap of garbage because the HTML is malformed and relies on a forgiving/tolerant rendering engine. Even when the HTML is proper and standards compliant, links are not exposed to text rendered. E.g. a msg will say “to unsubscribe and stop receiving emails, update preferences here.”

Where is “here”? That is just raw text. Sure, an advanced user can do a number of things to dig up that link. But I doubt that would pass the legal standard of “clear and conspicuous”.

Anyone have confidence either way whether HTML-only spam is legally actionable on this basis?

Text-Based User Interfaces (TUI; CLI)

82 readers
1 users here now

Forum for advanced users who grok the power of text-based apps, the advantage of tmux/GNU screen, the keyboard and who often find the mouse a hinderance to a fast workflow. A text-based UI is also a decent escape from enshitified resources.

This forum broadly covers tools, hacks, and advocacy of text-based environments.

Slightly marginally kind of related:

founded 3 months ago
MODERATORS