Hi team, first of all congratulations on Interactive Shell, it’s a great tool. I know it already includes Vim support, but would it be possible to add Neovim (nvim) as well? If so, do you have any idea when it could be incorporated into Interactive Shell?
By the way, a few days ago I received the notification that tmux was added, so thank you very much for that!
Thanks a lot!
Founder Team
interactiveshell
Sep 29, 2025
A: Yes, we will add neovim/ nvim. It would be nice to have a review from power users like you!
Thank you so much, that’s awesome news! I’ll be keeping an eye on its implementation. And of course, you can definitely count on my review once it’s available.
master@ubuntu:~$ addgroup suporte fatal: Only root may add a user or group to the system. master@ubuntu:~$ sudo addgroup suporte bash: sudo: command not found
Subcommands: push Recursively upload a local directory to your site upload Upload individual files to your Neocities site delete Delete files from your Neocities site list List files from your Neocities site info Information and stats for your site logout Remove the site api key from the config
Site for reference: https://neocities.org/cli
Founder Team
interactiveshell
Sep 19, 2025
A: Hey Sumo-ling! Interactive shell has been created with prompt testing and debugging in mind, it is not designed to be a staging solution for high volume data upload/ download. We restrict network related activities to keep the reputation of our server and IP and hence, CLIs like "git", "exercism" are available only.
Q: Hi, I'm learning to use the terminal. Is the "file" command not available?
Hi, I'm learning to use the terminal. Is the "file" command not available?
"master@ubuntu:~$ ls aplicativos meu_arquivo master@ubuntu:~$ mv meu_arquivo meu_arquivo.txt master@ubuntu:~$ ls aplicativos meu_arquivo.txt master@ubuntu:~$ cat meu_arquivo.txt master@ubuntu:~$ echo "Exibindo mensagem na tela" Exibindo mensagem na tela master@ubuntu:~$ echo Escrevendo no arquivo > meu_arquivo.txt...
Founder Team
interactiveshell
Sep 18, 2025
A: We will add "file" command during the system upgrade (needs outage). Root is unavailable to clients to avoid abuses. For any software please request using the contact form.
Q: Changelog
What developments can we expect in the changelog for October? User groups, Python 3.14.0, NeoVim, more CLI tools?
interactiveshell
Oct 22, 2025A: We will up to date the CL soon.
Share Interactive Shell
Q: Neovim (nvim) support in Interactive Shell
Hi team, first of all congratulations on Interactive Shell, it’s a great tool.
I know it already includes Vim support, but would it be possible to add Neovim (nvim) as well? If so, do you have any idea when it could be incorporated into Interactive Shell?
By the way, a few days ago I received the notification that tmux was added, so thank you very much for that!
Thanks a lot!
interactiveshell
Sep 29, 2025A: Yes, we will add neovim/ nvim. It would be nice to have a review from power users like you!
Share Interactive Shell
Verified purchaser
Thank you so much, that’s awesome news! I’ll be keeping an eye on its implementation. And of course, you can definitely count on my review once it’s available.
Q: Please add the "addgroup" command.
master@ubuntu:~$ addgroup suporte
fatal: Only root may add a user or group to the system.
master@ubuntu:~$ sudo addgroup suporte
bash: sudo: command not found
Groups are essential to learn Linux.
interactiveshell
Sep 22, 2025A: Noted, we may add permissions to addgroup.
Share Interactive Shell
Q: Please add neocities CLI
Subcommands:
push Recursively upload a local directory to your site
upload Upload individual files to your Neocities site
delete Delete files from your Neocities site
list List files from your Neocities site
info Information and stats for your site
logout Remove the site api key from the config
Site for reference: https://neocities.org/cli
interactiveshell
Sep 19, 2025A: Hey Sumo-ling! Interactive shell has been created with prompt testing and debugging in mind, it is not designed to be a staging solution for high volume data upload/ download. We restrict network related activities to keep the reputation of our server and IP and hence, CLIs like "git", "exercism" are available only.
Share Interactive Shell
Q: Hi, I'm learning to use the terminal. Is the "file" command not available?
Hi, I'm learning to use the terminal. Is the "file" command not available?
"master@ubuntu:~$ ls
aplicativos meu_arquivo
master@ubuntu:~$ mv meu_arquivo meu_arquivo.txt
master@ubuntu:~$ ls
aplicativos meu_arquivo.txt
master@ubuntu:~$ cat meu_arquivo.txt
master@ubuntu:~$ echo "Exibindo mensagem na tela"
Exibindo mensagem na tela
master@ubuntu:~$ echo Escrevendo no arquivo > meu_arquivo.txt...
interactiveshell
Sep 18, 2025A: We will add "file" command during the system upgrade (needs outage). Root is unavailable to clients to avoid abuses. For any software please request using the contact form.
Share Interactive Shell
Update: file package has been added.
Thank you!
It worked, but now it's no longer working. Can you check the "file" command again?
It's working.