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 <filename>)

Quiet mode for scripts (-q)

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

  • sorrybookbroke@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 months ago

    OK What the hell man I love this in concept. Definitly not something I’d use, got my own setup and I like it quite alot, but fuck man I’ve always described NeoVim as a build it yourself text editor and you’ve said here “why stop at neovim?”

    Hell yeah my guy. That’s such a cool way to at least get your environment running on any system. Would love to look into this to see if I can do something similar. Right now I just have a bash script that builds up my env.

  • rhabarba@feddit.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 months ago

    designed for speed, flexibility, and a clean coding experience

    So, Acme for CLI?

  • lime!@feddit.nu
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago

    great idea to just wrap existing tools! love that. now i just need to figure out how to switch out the editor…

    • logimagix@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 hours ago

      Agreed. Its a great way to glue together a personal setup. Also keep in mind that Tide42 contains custom functions like navigation grid or send to REPL or send to file editor mappings you wont find anywhere else!

  • TheOneCurly@feddit.online
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months 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.

    • logimagix@programming.devOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      18 hours ago

      Ugh how frustrating I get it. These issues have been solved in the latest release… much cleaner install and config with seperate directories in ~/.config for nvim and tide42. Tide42 now calls on tide42.vim as its config file, not init.vim or init.lua so you can preserve your custom nvim setups and use Tide42 without conflicts.