Skip Navigation
fperson

I build Flutter apps & packages, Neovim plugins, and a bunch of other stuff. I love good software, and I love the internet.

โ˜ฎ๏ธ ๐Ÿ›ธ ๐Ÿ’พ

๐Ÿ‡ฆ๐Ÿ‡ฒ Based in Yerevan, Armenia

GitHub | YouTube | Personal blog

Posts
3
Comments
1
Joined
2 yr. ago
Flutter @programming.dev
fperson @lemmy.world

xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.

pub.dev xterm | Flutter package

xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.

xterm | Flutter package

This looks super-cool, maybe could be useful to some :)

Lemmy Plugins and Userscripts @sh.itjust.works
fperson @lemmy.world

Yet another redirector (hopefully, a better one!)

Hey folks! I hope you're having a lovely day. I was using the "Lemmings fix" by @[email protected] for a while now and have been improving it to tailor my needs.

This one

  • works even when browsing remote instances on remote instances
  • adds the redirect button to the "sidebar"/community card
  • works on mobile, too

Here are a couple of screenshots:

Here's the code (modify localLemmy before using):

 js
    
// ==UserScript==
// @name         Lemmings Fix
// @version      1.1
// @description  Redirect to your local Lemmy instance
// @author       @lemmy.world/u/soy, @lemmy.world/u/fperson
// @match        https://*/c/*
// @icon         https://join-lemmy.org/static/assets/icons/favicon.svg
// ==/UserScript==

(function () {
  'use strict';

  const localLemmy = 'lemmy.world';
  const isLemmy = document.head.querySelector
  
Flutter @programming.dev
fperson @lemmy.world

Dart Programming Language sublemmy

Hey folks! I hope you're having a lovely day. I created a sublemmy for Dart; feel free to join at [email protected]!

Edit: Add relative link