日期在 macOS 上可以用简单的命令date来获取,打开终端(Terminal.app),输入date并回车,即可得到当前的系统时间、星期、日期、时区等等信息。这里,命令date就是我们「系统监控」的程序本体,其类似Mon Feb 3 00:54:14 CST 2020的输出即为我们 BitBar 接收的脚本输出,最终 BitBar 即会将这一结果显示于 macOS 菜单栏...
日期在 macOS 上可以用简单的命令date来获取,打开终端(Terminal.app),输入date并回车,即可得到当前的系统时间、星期、日期、时区等等信息。这里,命令date就是我们「系统监控」的程序本体,其类似Mon Feb 3 00:54:14 CST 2020的输出即为我们 BitBar 接收的脚本输出,最终 BitBar 即会将这一结果显示于 macOS 菜单栏...
Alacritty + fish 目前主要使用的是号称最快的 terminal:Alacritty。速度的确是飞快,但功能也是极简,需要折腾配置一下。我主要参考了 这篇文章,配置下来感觉还是蛮简洁美观易用的。另外也发现 fish 这个shell 的性能貌似比 zsh 更好,也一并做了切换。 如果要体验 terminal 中的 AI 能力,可以考虑安装 fig。不过我...
Mac OS X terminal 1. 自动补全忽略大小写 输入: nano.inputrc 在里面粘贴上以下语句:setcompletion-ignore-caseonsetshow-all-if-ambiguous on TAB:menu-complete Control+O,保存,重启终端,OK! 2. 目录 #用户目录 ~ #当前目录 ./ #根目录 / #打印当前目录 pwd 3. 列出目录 #列出当前目录 ls #列出dir目...
sysdefget_hour_minute(time_str): parts = re.split("[::]", time_str)if len(parts) != 2:raise ValueError("Input string should be in HH:MM format") hour = int(parts[]) minute = int(parts[1])return hour, minute# 获取当天日期的YYYYMMDD格式date = time.strftime("...
macOSLucidaGrande - A small utility to set Lucida Grande as your Mac's system UI font. Terminal Alacritty - Cross-platform, GPU-accelerated terminal emulator. Bifrost - A tiny terminal emulator for serial port communication (macOS/Linux). Console - macOS console application. Finder Go - ...
项目 2024/09/04 本文内容 What's New in Visual Studio 2019 for Mac Release Notes Visual Studio 2019 for Mac version 8.10.25 (8.10.25.2) Visual Studio 2019 for Mac version 8.10.24 (8.10.24.14) 显示另外 25 个 For information on the system requirements see the seeMac System RequirementsandMa...
After downloadingDocker.dmgfrom either the download buttons at the top of the page or from therelease notes, run the following commands in a terminal to install Docker Desktop in theApplicationsfolder: $sudo hdiutil attach Docker.dmg$sudo /Volumes/Docker/Docker.app/Contents/MacOS/install$sudo hdiu...
I Spotlight-sökningen(förstoringsglaset på skrivbordet) söker du efter och startar Terminal. Skriv “Cd /Library” och tryck på Retur. Skriv “sudo -s” och tryck på Retur. Skriv in lösenordet till ditt lokal...
脚本命令的构建非常简单,以我自己使用的Raycast为例,通过新建Script Command,我将上面的脚本的路径绑定到一个命名为「Note2Calendar」的命令上,这样我每次在备忘录中写完当日手帐之后,只需要唤起Raycast,然后搜索到这个命令并回车键执行即可(如下图),而不需要再手动去脚本所在文件夹打开terminal手动执行「python xxx.py...