惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
G
Google Developers Blog
Spread Privacy
Spread Privacy
I
InfoQ
V
V2EX
S
Schneier on Security
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Attack and Defense Labs
Attack and Defense Labs
云风的 BLOG
云风的 BLOG
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
C
Cybersecurity and Infrastructure Security Agency CISA
NISL@THU
NISL@THU
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
Latest news
Latest news
S
Secure Thoughts
Project Zero
Project Zero
MongoDB | Blog
MongoDB | Blog
I
Intezer
Security Latest
Security Latest
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
N
Netflix TechBlog - Medium
V2EX - 技术
V2EX - 技术
量子位
T
Threatpost
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
T
Tor Project blog
A
Arctic Wolf
Microsoft Security Blog
Microsoft Security Blog
T
The Exploit Database - CXSecurity.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
博客园 - Franky
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
The GitHub Blog
The GitHub Blog
L
LINUX DO - 热门话题

講評世界

My App Defaults 2023 读书的意义 そして、次の曲が始まるのです 从零开始的 RSSHub Docker 私有化部署指南 使用 TypeScript 为 Vue 组件的 prop 标注类型 【译文】Grid 用于布局, Flexbox 用于组件 【译文】IndexedDB 为什么这么慢?如何更好的使用呢? Hello 2022 「他山之石」零贰 「他山之石」零壹 「言論」 零壹 给 icarus 主题增加所有文章的字数统计 hexo 无法在本地实时预览 JavaScript 立即调用的函数表达式(IIFE) 解决 nvm 无法在 arm 架构下安装 V15 以下的 node 版本 的问题 m1 芯片安装 nvm 提示 command not found 如何在 JavaScript 完美的确定一个数据的类型 Cookie?小饼干! 使用 RSS 在推荐算法中获取主动权
使用 Homebrew 安装 Typora 的 0.11.18 版本
Moeyua · 2022-06-27 · via 講評世界

Typora 虽然现在已经变成付费制软件,但是官方还是保持 1.0 版本之前的版本为免费应用,而且还把下载链接藏了起来。 虽然我们依然能够从官网下载到最后一个免费版本 0.11.18,但是程序员我们可能还不仅限于此,习惯使用 Homebrew 的人更倾向于使用 Homebrew 来管理自己的大部分软件。手快的同学可能已经发现 Homebrew 上根本找不到旧版本的 Typora 包。 这里我就记录一下如何使用 Homebrew 下载 Typora,改方法理论上同样适用于其他 Homebrew 不提供的旧版本软件。

被官方藏了起来的下载链接:Typora-0.11.18.dmg,懒得折腾的同学可以直接下载安装。

  1. 查看一下 Typora 的信息 brew info typora
 brew info typora
typora: 1.3.7 (auto_updates)
https://typora.io/
Not installed
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/typora.rb
==> Name
Typora
==> Description
Configurable document editor that supports Markdown
==> Artifacts
Typora.app (App)
==> Analytics
install: 715 (30 days), 1,947 (90 days), 14,205 (365 days)

From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/typora.rb 这里给我们提供了 Typora 的下载脚本地址,我们直接访问这个地址。

  1. 查看这个脚本的历史提交记录: image-20220624125205567

  2. 找到我们需要的历史提交版本 image-20220624125303673

  3. 下载这个文件 image-20220624125408151 image-20220624125452425

网页右键选择「另存为/储存为」,将这个文件保存到本地

  1. 用任意的文本编辑器,例如「记事本」/「文本编辑」或者 IDE 将 URL 修改为官网提供的地址:https://download.typora.io/mac/Typora-0.11.18.dmg image-20220624125819271

  2. 执行 brew install {下载的文件路径} --cask

     brew install ./Downloads/typora.rb --cask
    ==> Downloading https://download.typora.io/mac/Typora-0.11.18.dmg
    ######################################################################## 100.0%
    ==> Installing Cask typora
    ==> Moving App 'Typora.app' to '/Applications/Typora.app'
    🍺  typora was successfully installed!