this post was submitted on 03 Jun 2025
97 points (96.2% liked)

Technology

70996 readers
3565 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Hey devs, I recently wrapped the latest stable release of Tide42, a lightweight terminal-based IDE designed for speed, flexibility, and a clean coding experience — especially for those of us who live in the terminal.

Tide42 integrates tmux, nvim, and thoughtful Bash scripting into a seamless dev workflow with:

True 256-color support (color toggle with -c)

Elegant, fast session layout using tmux

Self-updating mechanism (--update) to pull the latest version from GitHub

Multi-distro install script for Debian, Arch, macOS (via apt, pacman, brew)

Respectful config handling – never overwrites your dotfiles

Simple interactive file launcher (tide42 )

Quiet mode for scripts (-q)

Try it out: GitHub: github.com/logicmagix/tide42 License: GPLv3 Clone, install, and run tide42 to get started.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 days ago

I have a pretty complex nvim setup already for general editing. Is there any way this could handle all the custom nvim stuff somewhere else and leave my existing config alone? When I tried it just now it installed an init.vim next to my init.lua in ~/.config/nvim, which didn't clobber anything but did break both tide42 and normal nvim.