Interactive Shell Questions

Showing 1 - 20 of 101 questions

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!

andres_d.Sep 29, 2025
See detail
Founder Team
interactiveshell

interactiveshell

Sep 29, 2025

A: Yes, we will add neovim/ nvim. It would be nice to have a review from power users like you!

Share
Helpful?

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.

Renato_Casa_CorreSep 22, 2025
See detail
Founder Team
interactiveshell

interactiveshell

Sep 22, 2025

A: Noted, we may add permissions to addgroup.

Share
Helpful?

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

Renato_Casa_CorreSep 18, 2025
See detail
Founder Team
interactiveshell

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.

Share
Helpful?

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?"

Renato_Casa_CorreSep 18, 2025
See detail
Founder Team
interactiveshell

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.

Share
Helpful?

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?

lf_fdzPLUSSep 13, 2025
See detail
Founder Team
interactiveshell

interactiveshell

Sep 14, 2025

A: Yes, we plan to add Flutter/ Dart into Interactive Shell.

Share
Helpful?