Interactive Shell Questions

Showing 1 - 5 of 102 questions
Renato_Casa_CorreRenato_Casa_Corre
Renato_Casa_Corre
Oct 22, 2025
See detail

Q: Changelog

What developments can we expect in the changelog for October? User groups, Python 3.14.0, NeoVim, more CLI tools?

Founder Team
interactiveshell

interactiveshell

Oct 22, 2025

A: We will up to date the CL soon.

Share
Helpful?
andres_d.andres_d.
andres_d.
Sep 29, 2025
See detail

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!

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?
Renato_Casa_CorreRenato_Casa_Corre
Renato_Casa_Corre
Sep 22, 2025
See detail

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.

Founder Team
interactiveshell

interactiveshell

Sep 22, 2025

A: Noted, we may add permissions to addgroup.

Share
Helpful?
Renato_Casa_CorreRenato_Casa_Corre
Renato_Casa_Corre
Sep 18, 2025
See detail

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

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?
Renato_Casa_CorreRenato_Casa_Corre
Renato_Casa_Corre
Sep 18, 2025
See detail

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

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?