New blog post > Migrating from asdf and direnv to mise | Masutaka's ChangeLog Memo https://masutaka.net/en/2026-03-29-1/ #mise #asdf #direnv #emacs
Released version 1.3.0 of #SeekretService, a simple service written in #Rust for securely accessing #KeePass databases, e. g. from the #cli like #envrc or #direnv.
👉 Get it on GitHub: https://github.com/michix/seekret-service
The more I learn about #Direnv, the happier I become. It **already** works with #Pixi. It **already** helps you with secrets (ignore `.envrc` in your `.gitignore` or equivalent). I grabbed a `layout_uv` from the direnv wiki (made some small modifications), and it works basically everywhere I […]
Here’s your regular #CommandLine #PSA: #Starship helps you every time you hit return, in every shell. #Atuin makes history 10x more useful. #Direnv is becoming my friend but I need to understand better how to use it, and it needs additions to work in more situations.(e.g., #uv layout, #pixi […]
I’ve made progress with #Direnv in #GitBashForWindows. It’s automatically setting environment variables and activating virtual environments in #uv projects. Not yet working with #Pixi. Not yet getting my `$PYTHONPATH` right in these uv projects.
#Direnv is such a disappointment to me. I want it to work in #GitBashForWindows. I want it to automatically activate my chosen #Pixi virtual environment (and set up PYTHONPATH). I’ve put over two hours into it and it still isn’t functioning. I assume this all works fine everywhere that is […]
Use Trusted Publishing instead of long-lived PyPI tokens. For other things, here's how to use 1Password with direnv to set secrets in env vars.
hugovk.dev/blog/2025/se...
#security #1Password #direnv #cli #PyPI
Ok, #direnv to the rescue. Add this to your .envrc to fix the #conda environment on your terminal and on #vscode.
```
conda activate whatever-environment
mkdir -p .vscode
cat > .vscode/settings.json << EOF
{
"python.defaultInterpreterPath": "$(which python)",
"python.terminal […]
If you use #direnv, please don't check in your .envrc files. offby1.website/posts/stop-p...
Released version 1.2.2 of #SeekretService, a simple service written in #Rust for securely accessing #KeePass databases, e. g. from the #cli like #envrc or #direnv.
👉 Get it on GitHub: https://github.com/michix/seekret-service
*Changes:*
- Switches from `simple_crypt` to `RustCrypto` (kudos to […]
Grand merci à l'équipe de @devlille.fr pour 2 super journées de conférence ❤️ On sent l'équipe qui a su garder un événement authentique et qui est super bien organisé.
J'ai parlé de #direnv, mais vu que je préchais #Bazel dans le désert, je pense qu'un talk à ce sujet l'année prochaine s'impose 😛
Released version 1.2.1 of #SeekretService, a simple service written in #Rust for securely accessing #KeePass databases, e. g. from the #cli like #envrc or #direnv.
👉 Get it on GitHub: https://github.com/michix/seekret-service
*Changes:*
- Fixed in-memory encryption (my fault, this got lost […]
@devlille.fr démarre demain ! Mon exposé sur direnv.net a lieu vendredi à 15h45 en salle Louis Pasteur.
Je vais expliquer comment #direnv offre une opportunité aux leaders d'introduire reproducibilité et bonnes pratiques, avec zéro friction ! 💪 #devex
drive.google.com/file/d/1xGFz...
A screenshot showing an environment populated with direnv/.envrc
Did you know @runme.dev natively supports #DotEnv and #Direnv?
Makes it super simple to leverage your project's existing environment configuration.
More in the docs: docs.runme.dev/configuratio...
Hot off the @runme.dev press, native #direnv support!
While still deactivated by default, it will become enabled out-of-the-box once it holds up in real-world repos.
Looking good. It won't be long.
This is a screenshot of a terminal demonstrating the allow/deny/neutral issue.
It's odd how #direnv has a neutral state when it first encounters a new .envrc'd directory.
Once you ran allow or deny, you can't go back using the CLI.
To restore neutral, a "direnv reset" would be helpful. The only other option is monkeying with direnv state files.
Published an article about how we manage our project's #development environment at work using #direnv and #micromamba: blog.cosinux.org/2025-project-environment...
Direnv sets up micromamba which in turn downloads our tooling. You basically just have to put `use micromamba […]
I made a quick crash course for using #direnv on #linux , demo in #docker container -- youtu.be/4Too6G4Gyg0
I've done some thinking about how to make #uv and #direnv play together with minimal hassle and maximum repeatability.
Inspired by @hynek.me's posting about uv's speed and usability, here's that post: offby1.website/posts/uv-dir...
I've done some thinking about how to make #uv and #direnv play together with minimal hassle and maximum repeatability. Inspired by @hynek's posting about uv's speed and usability, here's that post: offby1.website/posts/uv-direnv-and-simp...
Let me know if it helps you […]
#bluebirzblog
Setup an isolated environment and collaborate with team using #direnv #devbox and #gum. This also works for multiple environments development.
[EN] www.bluebirz.net/en/isolate-d...
[TH] www.bluebirz.net/th/isolate-d...
[Medium] medium.com/@bluebirz/is...
Notre parcours DevOps : les outils, problèmes et solutions. Parfois, nous sous-estimons la doc, mais les répétitions nous rappellent son importance. J'ai donc décidé de créer devops.jesuislibre.org
Pour cette premiere, on parle de #nix #direnv #just #geekdoc, #VHS #ghq #DevOps
ニッチなネタだけどメモしておいた。 #nushell #direnv
---
続・ラフなラボ – WSL2やgit-bashではなくWindowsのnushell環境でdirenvを使う
memo.laughk.org/articles/202...
Just discover #direnv http://direnv.net/ language agnostic environment variable manager for #vim #python or #ruby