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!
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
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 master@ubuntu:~$ cat meu_arquivo.txt Escrevendo no arquivo master@ubuntu:~$ file meu_arquivo.txt bash: file: command not found master@ubuntu:~$ apt upgrade E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?"
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: Are Flutter/Dart and Android SDK Support Planned?
Do you plan to add mobile development tools to the platform? Specifically, will there be support for Flutter/Dart or the Android SDK? These tools would greatly expand the platform's capabilities for mobile app developers. Is this being considered for future updates?
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
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
master@ubuntu:~$ cat meu_arquivo.txt
Escrevendo no arquivo
master@ubuntu:~$ file meu_arquivo.txt
bash: file: command not found
master@ubuntu:~$ apt upgrade
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?"
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.
Verified purchaser
Thank you!
Verified purchaser
It worked, but now it's no longer working. Can you check the "file" command again?
It's working.
Q: Are Flutter/Dart and Android SDK Support Planned?
Do you plan to add mobile development tools to the platform? Specifically, will there be support for Flutter/Dart or the Android SDK? These tools would greatly expand the platform's capabilities for mobile app developers. Is this being considered for future updates?
interactiveshell
Sep 14, 2025A: Yes, we plan to add Flutter/ Dart into Interactive Shell.
Share Interactive Shell
Verified purchaser
Nice!