iterm2

vscode 中使用新windows terminal 并修改主题

浪子不回头ぞ 提交于 2021-02-11 22:39:15
目前没有找到能在vscode中使用的办法... 建议还是cmder吧, 不要瞎折腾了 还是gg好啊, 找了一会就找到了, 浪费我几个小时用bing和百度... 原文链接: vscode 中使用新windows terminal 并修改主题 https://docs.microsoft.com/zh-cn/windows/terminal/ https://github.com/microsoft/terminal https://iterm2colorschemes.com/ https://windowsterminalthemes.dev/ https://medium.com/analytics-vidhya/how-to-replace-external-terminal-in-visual-studio-code-with-the-new-windows-terminal-66e8460f2d31 cmder太慢了...所以想试试windows terminal 安装 直接在应用商店安装就行 这个看着是触摸板和手写板的问题 修改配置文件 ~\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState\profiles.json 主题切换 https://github.com

number with special character next to git branch name in terminal (or iterm2)

六眼飞鱼酱① 提交于 2021-01-29 17:27:17
问题 I'm a Mac user and use Iterm2 with zsh When I open my git directory next to my branch name, there is a special character with a number for example (my terminal) ~/projects/myProject | on git mybranch *1 ~/projects/myProject | on git mybranch !1 (As far as I guess, !1 is that a file in my directory is modified.) I want to know what is the meaning of * and ! and also what number means. and where can I find information on this special character? my prompt : ${$((_p9k_on_expand()))+}${(e)_p9k_t[7

How to identify the Terminal Emulator being used?

十年热恋 提交于 2021-01-28 04:42:12
问题 I'm developing a library that needs to identify the running terminal emulator in order to output emulator-specific escape code sequences. For example, iTerm 2 uses the following proprietary sequence: ESC ] 50 ; CurrentDir=/path/to/dir BEL While ConEmu uses the following proprietary sequence: ESC ] 9 ; 9 ; C:\path\to\dir BEL Now, I need to query the terminal (either using environment variables or using an escape sequence) in order to output the correct terminal-specific codes. How can I

Terminal stalling on every command due to Xcodebuild

拈花ヽ惹草 提交于 2021-01-28 00:42:13
问题 I just updated Xcode to 11.4 and suddenly my terminal (iTerm 3.3.9) is now very slow. Typing a command works fine, but upon pressing enter I often wait 3-4 seconds to perform a simple task ( cd , git add , etc). When I look at the status bar I notice that xcodebuild is running during the time while I am waiting. I'm assuming that the new Xcode update did something that makes this process longer or needs a setting updated somewhere. I have already tried sudo xcodebuild -license accept and that

帅气逼人的终端环境

不打扰是莪最后的温柔 提交于 2021-01-02 14:04:57
来源:https://blog.biezhi.me/2018/11/build-a-beautiful-mac-terminal-environment.html 如果你觉得当前的终端操作不符合你的气质,可以看看我今天来介绍的 Mac 终端利器,不过不会介绍太多细节操作。 它们是谁? iTerm2:号称 Mac 下最好的终端工具(嗯,我也这么认为,毕竟我不会别的了) zsh:一款强大的终端工具,能帮助你更高效地编写和执行命令。 安装 iTerm2 下面的安装我几乎都用 brew 方式了,如果你还不懂什么是 brew 可以看看 这个。 所以下面我假设你已经安装了 Homebrew 。 如果你从来没有运行过 brew cask 命令,可以先执行: brew tap caskroom/cask 多执行也不会怀孕的,放心! 然后开始安装 iTerm2 brew cask install iterm2 安装成功后在 Launchpad 中可以看到有一个新图标出现,打开 iTerm2。 代码配色 默认的界面还是略显丑陋的,我们来设置一下代码配色吧。 iTerm2 设置 先检查下终端颜色配置为 xterm-256color ,位置在 iTerm2 -> Preferences -> Profiles -> Terminal 。 iTerm2 终端颜色值 然后就可以设置配色了,默认情况下

Apple M1上如何用pip安装x86的Python Wheel包

亡梦爱人 提交于 2020-12-16 04:29:20
最近可能很多人在犹豫要不要买Apple M1的苹果电脑,担心兼容性问题。其实完全不用担心。Apple M1绝对是强大的生产力工具。这里分享下如何用pip安装x86的Python wheel包。 安装pip Mac自带Python 2.7。如果第一次在terminal中运行Python3,会提示安装。 点击安装之后。就可以运行Python3。 接下来安装pip: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py 安装x86的wheel包 如果你直接用pip去安装包含x86库的Python包,会失败: python3 -m pip install dbr 可能有人会觉得因为M1不兼容。这个时候来看下Python3的arch: % file $(which python3) /usr/bin/python3: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64e:Mach-O 64-bit executable arm64e] /usr/bin/python3 (for architecture x86_64): Mach-O 64-bit

程序员必备|Mac开发和编程软件推荐

空扰寡人 提交于 2020-12-13 21:49:28
很大一部分Mac用户都是从事软件开发工作的程序员。俗话说得好,工具用得好,编程没烦恼。最近也有不少用户问到Mac开发和编程需要用到哪些常用软件?今天macdown小编就为大家推荐一些Mac开发和编程软件,希望对大家打造高效的 mac 开发环境提供一些帮助! Mac开发常用软件推荐 Dash:最好用的API文档工具 一款专业的代码文档管理工具,可以让您集中管理API文档,包括离线下载、搜索、查阅,包括各种主流的编程语言和框架,Dash for Mac(代码文档管理工具)内置了丰富的API文档,多达150多种,可以在线下载各种开发API和文档资料,可以帮助开发者快捷的管理代码片段。 Dash for Mac还自带了丰富的API文档,涉及各种主流的编程语言和框架。用户可以把日常使用频繁的代码保存起来,让学习各种编程语言不再是难事! Alfred:效率神器 想让您的工作效率更高的话,这款快速启动工具Alfred4 Mac版是您的必备! 它的功能强大,操作简单,能通过快捷键就快速的启动、搜索、查询字典、查看剪贴板等等,简单实用!Alfred4 Mac版不仅能够大大提高工作效率,还有很多其他功能的插件安装使用,为您的工作提供了很大的便捷! IDE/编辑器软件推荐 Jetbrains 全家桶 说起Mac上的开发工具,当属JetBrAIns出品的一系列开发工具IDE了

5分钟白嫖我常用的免费效率软件/工具!效率300% up!

泄露秘密 提交于 2020-08-16 08:12:05
Mac 免费效率软件/工具推荐 1. uTools(Windows/Mac) 还在为了翻译 English 而专门下载一个翻译软件吗? 还在为了格式某个 json 文本、时间戳转换而打开网址百度地址吗? 还在为了查找 linux/redis/vue 文档而打开你的浏览器搜索吗? 还在为了改动 hosts 文件专门下载软件或改动 hosts 文件吗 还在为了从时间戳到秒而网上百度吗? 还在为了斗图赢过好友而网上百度吗? 这就是 utools 诞生的意义! 最重要的是它提供 API 以供用户自定义插件来解决重复和低效的操作,而上面所说的功能,都是通过不同的插件实现的,还有很多插件,像剪切板历史记录,密码管理,内网穿透,todo 列表等。 文档地址: u.tools/docs/guide/… 交流论坛: yuanliao.info/t/utools 视频演示地址: 5分钟白嫖我常用的免费效率软件/工具!效率300% up! 2. brew(Mac) 为什么有 brew,因为 mac 平台的 appstore 非常的不好用,审核也很严,因此有很多一些大家公认的“正版”好用的软件,都会在 homebrew 发布,例如 openjdk、qq、maven、go 等,它是 Mac OSX 上的软件包管理工具,能够使用命令行实现安装、卸载、升级的功能。类似 ubuntu 系统下的 apt-get