asciinema
toolbox
asciinema | toolbox | |
---|---|---|
11 | 110 | |
2,331 | 2,656 | |
0.9% | 2.4% | |
9.2 | 9.3 | |
12 days ago | about 1 month ago | |
Elixir | Shell | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asciinema
-
Asciinema: Record and share your terminal sessions, the simple way
> https://github.com/asciinema/asciinema-server
and
> Web player for terminal session recordings
-
Search notification: alternative to easy-motion-like
It's not mine, it's asciinema, lol. I tried finding it, but fell short, look around here https://github.com/asciinema/asciinema-server/tree/develop/assets/css.
- Is there a way can show people a console app i coded other them going to my online repo to see it/ clone it?
- Record and share your terminal sessions, the right way
-
The Architecture of a One-Man SaaS
I've used the script command and asciinema [1] before. Easy way to record steps without missing anything.
[1] https://asciinema.org/
- A tiny command line DNS client with support for UDP, DoT, DoH, and DoQ.
-
Are there any tools that auto type code for the purpose of recording video?
You're welcome! I just stumbled across another one that looks promising, too: https://asciinema.org/
-
tips on how to do a presentation from the terminal?
Check out https://asciinema.org, a tool for recording terminal commands.
-
ter v0.1.1 released - a text expression runner to make text processing on the commandline readable
These days I reluctantly prefer embedding a static screenshot in my READMEs with a link to an asciinema animation. They're easy enough to record, and at least I'm not costing some poor sod who accidentally loaded my page $0.10 to download a giant GIF on mobile data.
-
Podman: A Daemonless Container Engine
I you'd like to know what it is like to use Podman, I've found those Asciinema snippets by Matthew Heon (Podman contributor) quite helpful: https://asciinema.org/~mheon
toolbox
-
We're Leaving Kubernetes
I strongly recommend just switching the Dev environment over to Linux and taking advantage of tools like "distrobox" and "toolbx".
https://github.com/89luca89/distrobox
https://containertoolbx.org/
It is sorta like Vagrant, but instead of using virtualbox virtual machines you use podman containers. This way you get to use OCI images for your "dev environment" that integrates directly into your desktop.
https://podman.io/
There is some challenges related to usermode networking for non-root-managed controllers and desktop integration has some additional complications. But besides that it has almost no overhead and you can have unfettered access to things like GPUs.
Also it is usually pretty easy to convert your normal docker or kubernetes containers over to something you can run on your desktop.
Also it is possible to use things like Kubernetes pods definitions to deploy sets of containers with podman and manage it with systemd and such things. So you can have "clouds of containers" that your dev container needs access to locally.
If there is a corporate need for window-specific applications then running Windows VMs or doing remote applications over RDP is a possible work around.
If everything you are targeting as a deployment is going to be Linux anything then it doesn't make a lot of sense to jump through a bunch of hoops and cause a bunch of headaches just to avoid having it as workstation OS.
- Toolbx: Tool for interactive command line environments on Linux
- Toolbx
- ChromeOS is Linux with Google’s desktop environment
-
Introduction to Immutable Linux Systems
I'm really, really happy with my current setup of Fedora immutable + toolbox [0]. This tool lets you create containers that are fully integrated with the system, so you have acces to the entire Fedora repos, can run graphical apps, etc. while still having everything inside a container in your home directory. That means no Flatpak required. Highly recommended.
[0] https://containertoolbx.org
- Toolbox
-
Codespaces but open-source, client-only, and unopinionated
Seems like toolbox is also in this space; https://github.com/containers/toolbox
- What’s the safest way to compile apps from source in a binary-based distribution like Fedora?
-
Ubuntu Core as an immutable Linux Desktop base
With Silverblue the core repos are very similar to what you'd have on regular Fedora. With more of a philosophical shift about where you're supposed to install things from. The idea being that the base OS is immutable and you keep it fairly minimal - even though you are technically free to install any of Fedora packages to it. And then you install user applications through Flatpak and toolbx. Where these more user space focussed applications are installed to your home directory and are sandboxed away from actual access to your OS. With iOS/Android style application permissions like "Give app permission to access camera" and "Give app permission to modify files in home directory". Allowing you even further customise the sandboxing of applications. Do you really want that app to have access to your microphone?
-
Silverblue: Nvidia drivers in toolbox?
I'd probably try running it on the host system first. If you want to use your nvidia gpu inside toolbox, you would indeed need to install the drivers in the container: https://github.com/containers/toolbox/issues/116
What are some alternatives?
tmate - Instant Terminal Sharing
distrobox - Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Sshwifty - Web SSH & Telnet (WebSSH & WebTelnet client) 🔮
podman - Podman: A tool for managing OCI containers and pods.
terminalizer - 🦄 Record your terminal and generate animated gif images or share a web player
zsh-in-docker - Install Zsh, Oh My Zsh and plugins inside a Docker container with one line!
Neko - A self hosted virtual browser (rabb.it clone) that runs in docker.
cockpit-podman - Cockpit UI for podman containers
runc - CLI tool for spawning and running containers according to the OCI specification
com.valvesoftware.Steam
graphjin - GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
batect - (NOT MAINTAINED) Build And Testing Environments as Code Tool