Questions tagged [iterm]

iTerm is an enhanced terminal emulator for OS X and macOS

iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with OS 10.5 (Leopard) or newer. Its focus is on performance, internationalization, and supporting innovative features that make your life better.

332 questions
0
votes
0 answers

When I copy and paste multiple chunks of Python code into iTerm, it often is not ready correctly unless I do it several times, how can I fix it?

When I copy and paste Python code for evaluation into iTerm, or the Mac terminal, often times it will come up with an error if I am pasting in many functions. I have to repeat the process often many times until I can get it to read correctly. I…
user145416
  • 173
  • 3
0
votes
2 answers

How to stop retyping "ssh user@domain.com" over and over

My workflow always consists of opening a new terminal window, typing ssh user@domain.com (or scp) followed by cd remote/directory/of/project The domain is long and hard to type, as well as it being a big file path so this takes me ~20 seconds every…
Stuart Rucker
  • 189
  • 3
  • 7
0
votes
1 answer

Strange tmux status-bar rendering issues iterm2

I'm running into this strange issue with my tmux in iterm where it appears to be rendering on the wrong line, but this causes strange rendering issues to happen Here is the basic behavior: You'll notice the menubar is offset by one line. This is…
Iinferno1
  • 49
  • 1
  • 6
0
votes
1 answer

VSCode terminal send same sequence like in iterm

I am using VSCode integrated terminal together with zsh and zsh-autosuggestions. Everything is working as expected except for autosuggest-execute command. I am looking for a way to send '^[auto' sequence to VSCode terminal, none of my attempts…
MartinT
  • 590
  • 5
  • 21
0
votes
0 answers

Why does my terminal give me an error when trying to cd to another directory

I am using iTerm and oh-my-zsh. When I try and cd into a directory on the command line I get this message Can't find a suitable configuration file in this directory or any parent: not found. Here is an example: cd laracan't find a suitable…
0
votes
1 answer

Do I need to update my path to run ts-node on iterm (zsh)?

I tried installing ts-node using npm using the following commands, npm install -g typescript npm install -g ts-node reference: https://www.npmjs.com/package/ts-node#installation However, when I run the ts-node on my terminal, I get such error: zsh:…
Brian Yoon
  • 31
  • 2
0
votes
1 answer

iTerm2 - how to run command in a pane code inside of a loop

I'm trying to split panes in iTerm and run commands in each pane. If I run one command after another manually it's fine. However, when I run those same commands inside of a loop I have a problem. Can anyone help? for repo in commands["run"]: …
Passaro
  • 93
  • 1
  • 8
0
votes
1 answer

How to use ffmpeg merge all the videos in the catalog in an orderly manner?

I have a lot of regular video clips 1.mp4 2.mp4 ... 11.mp4 I use command below to combine all the clips: ffmpeg -f concat -safe 0 -i <(for f in ./*.mp4; do echo "file '$PWD/$f'"; done) -c copy -pix_fmt yuv420p -r 30 all.mp4 But the sequence will be…
Xiang Chen
  • 31
  • 12
0
votes
0 answers

How do I turn screen logging off?? I did `screen -L` once and now a file called screenlog.0 keeps getting generated

I entered screen -L in iTerm2, and now whenever I open a new terminal window, a new file screenlog.0 gets created and shows up in git, which I don't want (and I don't want to delete it every single time it pops up). I also don't want to add it to…
Gina
  • 1
0
votes
1 answer

vim on iterm cannot open as full screen

I wonder about this bottom and left gap, and also wanna remove it It occurs only when i open "vim", not Iterm itself Is there any solution?
Wonho Kim
  • 41
  • 2
0
votes
1 answer

iTerm2 click to open selected path

➜ ~ brew remove proxifier ==> Uninstalling Cask proxifier Error: It seems there is already an App at '/usr/local/Caskroom/proxifier/2.22/Proxifier.app'. Here's a common log, which contains a path and iTerm2 recognizes it, we can quickly open that…
Vincent Sit
  • 2,214
  • 1
  • 24
  • 27
0
votes
1 answer

aws cli's response is not json format

When I authenticate in cognito using aws cognito-idp admin-initiate-auth with iterm, the response format is not json(like below). And the key of value aren't shown, so I can't find which is access token. Could you tell me how to change the response…
yn1043
  • 528
  • 2
  • 11
  • 24
0
votes
1 answer

Paste bracketing causes slow pastes

When I paste in large blocks of text, or even just long commands or urls, pasting is done character by character and takes a long time. I can make it speed up by pressing right arrow but that sometimes autosuggest will then come in and paste other…
Elias Khan
  • 85
  • 10
0
votes
1 answer

On a remote ssh session in Ubuntu (local is a Mac OS computer), why do colors come on when I type "bash"?

On my Mac, after sshing into a ubuntu 18.04 computer, using iTerm, after typing in bash I see the ls colors turn on. Why is this?
user321627
  • 2,350
  • 4
  • 20
  • 43
0
votes
0 answers

How do I customise iTerm terminal to show me (master)?

I download something from Git, it was provided by Linux Academy, I'm just curious, once I got in that folder, in my terminal pops up a word in green (master) and disappears when I get back, I saw that feature before, but from curiosity asking, what…