conf
dotfiles
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.
conf
-
Social engineering campaign targeting tech employees spreads through NPM malware
Wow. There is even one package to not use a JavaScript object: https://www.npmjs.com/package/conf
-
Rob Pike: “Dotfiles” being hidden is a UNIXv2 mistake (2012)
info on XDG: [the XDG spec](https://standards.freedesktop.org/basedir-spec/basedir-spec-...)
tools that respect XDG, for fellow JS CLI developers:
- https://github.com/davidtheclark/cosmiconfig Find and load configuration from a package.json property, rc file, or CommonJS module. [Check `searchPaths` to implement XDG spec compliance.](https://github.com/davidtheclark/cosmiconfig/issues/152)
- Sindre's libraries use [`env-paths`](https://github.com/sindresorhus/env-paths#pathsconfig) to get paths compliant with this.
- https://github.com/sindresorhus/conf simple config storing (maybe try [conf-cli](https://github.com/natzcam/conf-cli) to manipulate if needed) the successor to [configstore](https://github.com/sindresorhus/conf#how-is-this-different-f...)
- https://github.com/jonschlinkert/data-store conf like datastore but in the shclinkerverse
-
Building a CLI tool using node - An Ultimate Beginners guide 🚀
Now, we implement history feature through which we can view the lastly created password through the -h or --history flag. For this purpose we use conf package. But first, let's create the flag feature. We use process.argvfor this purpose, process.argv is an inbuilt API used to get the arguments passed via command line like -h. We will slice it to remove the first two indexes of it to get relevant data only.
-
How to Build a Command Line Interface (CLI) Application with Node.JS👨🎓🤓.
conf:This package allows us to save persistent information on the user’s machine. We will be using it to save the user’s todo list
dotfiles
- I tried every todo app and ended up with a .txt file
-
My uses for vimwiki have dried up... and it makes me a little sad
I ended up implementing the 1% of features I use most myself and using a plugins for navigating and managing lists of checkboxes. I've used this setup for a few years now and can't imagine life without it.
-
Hello 👋 First Post here! Any alternatives to VSCode's workspace in Neovim?
I use tmuxp for this with my projects set up like this and I use a script to open the ones I'm currently working on in a single tmux session.
- Help with GNU Stow for version control of dotfiles
-
Neovim and Tmux IDE
Exactly the same as me. I even use fzf to search for and open my tmuxinator projects.
-
Writing down what I do – in Obsidian
I tried vimwiki for a while but I found I used a tiny subset of its functionality and couldn't get it to respect my choice of syntax highlighting for markdown. It set me off in the right direction though.
The fact that it's _just_ a directory full of markdown files allowed me to easily migrate to my own home-grown setup that reimplements the three keybindings I actually used.
https://github.com/peteryates/dotfiles/blob/master/nvim/.con...
-
Could use some advice for managing projects in a way that fits my mental model and codebase. Monolithic codebase with project files spread around different working directories. Or just help me change my mental model.
Everything is configured with tmuxp and I can set the whole thing up with a single command.
- How does one remove the title bar in kitty (sorry if this is the wrong sub for this)
-
How to manage Vims dot files (version >8.2), if there are complete plugins inside .vim?
It's ideal for dotfiles. Here are mine
- Rob Pike: “Dotfiles” being hidden is a UNIXv2 mistake (2012)
What are some alternatives?
Bit - AI-powered development workspaces with reusable components, architectural clarity and zero overhead.
fzf-scripts - a collection of scripts that rely on https://github.com/junegunn/fzf
DraftLog - 📜 Create mutable log lines into the terminal, and give life to your logs!
tmuxp - 🖥️ Session manager for tmux, built on libtmux.
listr - Terminal task list
conf-cli - simple cli for configuration and key/value's + oclif plugin for configuration