Looking for inspiration? projections.nvim [1] by GnikDroy [2].
A map to your filesystem
References:
[1]: https://github.com/GnikDroy/projections.nvim
[2]: https://github.com/GnikDroy
Published
All published posts
2493 posts
latest post 2026-05-11
Publishing rhythm
I came across reflex [1] from reflex-dev [2], and it’s packed with great features and ideas.
🕸️ Web apps in pure Python 🐍
References:
[1]: https://github.com/reflex-dev/reflex
[2]: https://github.com/reflex-dev
pypa [1] has done a fantastic job with bandersnatch [2]. Highly recommend taking a look.
A PyPI mirror client according to PEP 381 http://www.python.org/dev/peps/pep-0381/
References:
[1]: https://github.com/pypa
[2]: https://github.com/pypa/bandersnatch
If you’re into interesting projects, don’t miss out on hatch [1], created by pypa [2].
Modern, extensible Python project management
References:
[1]: https://github.com/pypa/hatch
[2]: https://github.com/pypa
Check out Bowler [1] by facebookincubator [2]. It’s a well-crafted project with great potential.
Safe code refactoring for modern Python.
References:
[1]: https://github.com/facebookincubator/Bowler
[2]: https://github.com/facebookincubator
Check out WaylonWalker [1] and their project lockhart [2].
Lockhart is an AI-powered Python library that generates elegant and efficient code, much like the charming and deceiving wizard Gilderoy Lockhart. It allows developers to effortlessly create impressive code and deceive others with their skills, just as Gilderoy Lockhart deceives others with his charm and wizardry.
References:
[1]: https://github.com/WaylonWalker
[2]: https://github.com/WaylonWalker/lockhart
Check out openai-chatgpt [1] by gmpetrov [2]. It’s a well-crafted project with great potential.
🤖 Use ChatGPT from the terminal
References:
[1]: https://github.com/gmpetrov/openai-chatgpt
[2]: https://github.com/gmpetrov
The work on ruff [1] by astral-sh [2].
An extremely fast Python linter and code formatter, written in Rust.
References:
[1]: https://github.com/astral-sh/ruff
[2]: https://github.com/astral-sh
I came across nanoGPT [1] from karpathy [2], and it’s packed with great features and ideas.
The simplest, fastest repository for training/finetuning medium-sized GPTs.
References:
[1]: https://github.com/karpathy/nanoGPT
[2]: https://github.com/karpathy
Looking for inspiration? carbonyl [1] by fathyb [2].
Chromium running inside your terminal
References:
[1]: https://github.com/fathyb/carbonyl
[2]: https://github.com/fathyb
If you’re into interesting projects, don’t miss out on RecoverPy [1], created by PabloLec [2].
Interactively find and recover deleted or 👉 overwritten 👈 files from your terminal
References:
[1]: https://github.com/PabloLec/RecoverPy
[2]: https://github.com/PabloLec
I’m impressed by pyte [1] from selectel [2].
Simple VTXXX-compatible linux terminal emulator
References:
[1]: https://github.com/selectel/pyte
[2]: https://github.com/selectel
Check out mitosch [1] and their project textual-terminal [2].
A terminal emulator widget for Textual.
References:
[1]: https://github.com/mitosch
[2]: https://github.com/mitosch/textual-terminal
Just starred typescope [1] by pedrovhb [2]. It’s an exciting project with a lot to offer.
A nicer terminal view for your Python type analysis needs.
References:
[1]: https://github.com/pedrovhb/typescope
[2]: https://github.com/pedrovhb
I came across textual-autocomplete [1] from darrenburns [2], and it’s packed with great features and ideas.
Easily add autocomplete dropdowns to your Textual apps
References:
[1]: https://github.com/darrenburns/textual-autocomplete
[2]: https://github.com/darrenburns
If you’re into interesting projects, don’t miss out on syrupy [1], created by syrupy-project [2].
🥞 The sweeter pytest snapshot plugin
References:
[1]: https://github.com/syrupy-project/syrupy
[2]: https://github.com/syrupy-project
Check out git-sim [1] by initialcommit-com [2]. It’s a well-crafted project with great potential.
Visually simulate Git [3] operations in your own repos with a single terminal command.
References:
[1]: https://github.com/initialcommit-com/git-sim
[2]: https://github.com/initialcommit-com
[3]: /glossary/git/
Quickly and easily create new versions of your Python package with the gh release
command. Get the version number, changelog, and
Releasing a new version of your Python package can be a daunting task. You need to make
sure that all the necessary files are included, and that the version number is correct.
But now, with the help of the gh release command, you can make the process much
smoother.
The gh release command allows you to quickly and easily create a new version of your
Python package. All you need to do is provide the version number, the changelog, and the
distribution files. For example, if you wanted to create a new version of your package
with the version number v1.2.3, you could use the following command:
gh release create v1.2.3 -F CHANGELOG.md dist/*.whl dist/*.tar.gz
This command will create a new version of your package with the specified version number,
and include the changelog and the distribution files. It’s a great way to make sure that
all the necessary files are included in the release, and that the version number is
correct.
The gh release command is a great tool for quickly and easily creating new versions of
your Python package. With just a few simpl...
Fix Arch Linux randomly rejecting passwords with one command. Try
‘faillock –user $USER’ to reset login counter and regain access. Quick
solution for a smooth computing"
[1]
If you’re an Arch Linux user, you may have experienced a frustrating issue
where your password is randomly not being accepted by the system. This can be a
major inconvenience and can cause a lot of frustration, especially if it
happens frequently.
The good news is that there is a simple fix for this issue. The following bash
code can be used to fix the problem:
bash faillock --user $USER
This command is used to reset the failed login count for the current user. By
running this command, you will be able to reset the system’s login counter and
regain access to your account.
It’s important to note that this command should only be used as a temporary
solution. If you find yourself frequently having to run this command, it’s
likely that there is a deeper issue with your system that needs to be
addressed.
In any case, if you’re experiencing problems with your Arch Linux system not
accepting your password, give the above command a try and see if it resolves
the issue for you.
References:
[1]: https://stabl...
I like darrenburns’s [1] project rich-pixels [2].
A Rich-compatible library for writing pixel images and ASCII art to the terminal.
References:
[1]: https://github.com/darrenburns
[2]: https://github.com/darrenburns/rich-pixels