GitHub文件抓取器
此包用于搜索和从GitHub获取文件。
详细信息
安装
- 总数 104
- Win 66
- Mac 23
- Linux 15
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README
GitHubFileFetcher
GitHubFileFetcher 是一个Sublime Text包,可以搜索和从GitHub获取文件。
存储库 | GitHub | Sublime Text |
---|---|---|
状态 |
---|
功能
以下步骤依次执行。
1. GitHubFileFetcher (1/6): 获取GitHub存储库。
This function allows you to search for GitHub owners or GitHub repositories.
The search results (owner/repository) are then displayed.
2. GitHubFileFetcher (2/6): 获取分支。
After selecting the repository, all possible branches are displayed.
3. GitHubFileFetcher (3/6): 获取文件。
After that, select the desired file.
4. GitHubFileFetcher (4/6): 获取目标文件夹。
Finally, the destination folder must be selected.
5. GitHubFileFetcher (5/6): 输入或更改目标文件路径…
Enter or change destination file path.
6. GitHubFileFetcher (6/6): 文件已添加。
`Hocus Pocus` - The file was created at the desired location.
GitHubFileFetcher: 是否应将新存储库保存到设置中?
So that you don't have to search for the repositories again and again,
you can save the currently used one in the settings.
快捷键: strg + alt + k, f
命令: GitHubFileFetcher: 从GitHub搜索和获取文件。
设置
首选项 -> 设置 -> 扩展 -> GitHubFileFetcher
| 名称 | 描述 | 默认值 | | - | - | - | | information_messages | 显示信息消息。 | true | | github_username | GitHub用户名 | dennykorsukewitz | | github_token | GitHub令牌 | 123xxx789 | | repositories | 可能的GitHub存储库列表。GitHub {owner}/{repo}。 | dennykorsukewitz/Sublime-GitHubFileFetcher |
GitHub API对非授权请求的限制为每小时60个请求。您可以提供您的GitHub用户名和访问令牌,将此限制提高到每小时5000个请求。有关更多信息,请参阅官方GitHub文档。您可以在您的GitHub设置中生成访问令牌。
安装
要安装此包,你拥有三种选择:
1. 通过 Package Control
搜索包
通过 Sublime Package Control 在线搜索并安装包。
工具
-> 命令面板
-> Package Control: 安装包
-> 简单搜索 GitHubFileFetcher
进行安装。
2. 通过 sublime-package 文件安装
下载最新的 sublime-package 文件,并将包 GitHubFileFetcher.sublime-package
移动到 已安装包
文件夹。
OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Installed Packages/
- or ST 3 -
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Installed Packages/
Linux
cd ~/.config/sublime-text-2/Installed Packages
- or ST 3 -
cd ~/.config/sublime-text-3/Installed Packages
Windows
cd "%APPDATA%\Sublime Text 2\Installed Packages"
- or ST 3 -
cd "%APPDATA%\Sublime Text 3\Installed Packages"
3. 源代码
克隆最新的 dev 分支,并将其解压到 Sublime 的包文件夹 Packages
中。
OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
- or ST 3 -
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone [email protected]:dennykorsukewitz/Sublime-GitHubFileFetcher.git GitHubFileFetcher
Linux
cd ~/.config/sublime-text-2/Packages
- or ST 3 -
cd ~/.config/sublime-text-3/Packages
git clone [email protected]:dennykorsukewitz/Sublime-GitHubFileFetcher.git GitHubFileFetcher
Windows
cd "%APPDATA%\Sublime Text 2\Packages"
- or ST 3 -
cd "%APPDATA%\Sublime Text 3\Packages"
git clone [email protected]:dennykorsukewitz/Sublime-GitHubFileFetcher.git GitHubFileFetcher
下载
有关下载,请查看 Sublime-GitHubFileFetcher
享受使用吧!