How to pop out terminal in a new tab
CodeLongAndPros
I mean you can use the Terminal MUtlipleXer tmux
:
install-pkg tmux
And then look at this to get started
[deleted]
i do that, and all i get is
@CodeLongAndPros
CodeLongAndPros
@JohnS4 Did you do install-pkg tmux
?
RipFive
@CodeLongAndPros
I didn't work for me with the following error:
[email protected]:~/.../quickstart/python$ dmesg dmesg: read kernel buffer failed: Operation not permitted
CodeLongAndPros
@RipFive Why did you call dmesg?
Well, you can't open up the shell in a new tab/window yet, but you can configure it so it does something similar:
Create a
.replit
file:main.sh
:That doesnt reall [email protected]
wait really @JohnS4
hm @JohnS4
oh right, edited now @JohnS4
thanks! it [email protected]
awesome!! np :D @JohnS4
also, I was wondering, is there a way to set up fpt with a repl [email protected]
fpt? @JohnS4
yeah, file transfer protocol. Basically I want to use something like filezilla to add files to my repl [email protected]
ftp@JohnS4
@JohnS4 ahh, well, you can just drag and drop...
anyways, it's not possible, repl.it runs on a VM, and it can't interact with your computer.
dang, [email protected]
yeah, how unfortunate :( @JohnS4
is there any way I can access the files via the terminal? Basically I want to have a way for people to add, and delete files one way or another, but not from repl.it
@Coder100
@JohnS4 http server ig
do you know how to do that? I am kinda dumb with this part of [email protected]
looks like a job for multer
Make sure content type is set to
multipart/form-data
for your form. (type
attribute) @JohnS4