You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Huntly is a self-hosted information management tool, in simple terms, contains the following features.
20
+
21
+
- RSS subscription and reading.
22
+
- Automatically saves the pages that have been viewed, then you can saves them as read later, favorites or archives.
23
+
- There is a special treatment for Twitter sites that automatically saves the requested tweet timeline, recording whether it has been viewed or not, and in huntly you can even revisit these tweets in a more convenient way.
24
+
- You can search by title, content, type, favorite method, and other dimensions.
25
+
- Connect to GitHub, support Github stars management.
26
+
-**Text highlighting feature, allows you to highlight article content, with support for creating, deleting and managing personal highlights (new feature).**
27
+
- Support custom article AI shortcuts, with the ability to translate, summarize, extract key points, etc.
Download the installation package for your corresponding operating system from [Releases](https://github.com/lcomplete/huntly/releases), and run it after installation.
55
49
56
-
在 Mac 中,如果碰到 `"Huntly.app" is damaged and can't be opened` 的提示消息,请先执行以下命令再进行安装。
50
+
If you encounter the error message `"Huntly.app" is damaged and can't be opened`. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal:
By default it runs on port 8080, you can open the [http://localhost:8080/](http://localhost:8080/)port for access, or if you need to use another port, such as port 80, you can run the following command.
After successful startup, you can access [http://localhost:8123](http://localhost:8123).
107
+
108
+
Open the terminal and run the command:
112
109
113
110
```sh
114
111
.\app.exe install .\app.xml
115
112
```
116
113
117
-
执行完上面的命令后,Huntly 已经被安装为 windows 服务,并设置为开机自动启动。当前为未启动状态,使用以下命令启动服务:
114
+
After executing the above command, Huntly has been installed as a Windows service and set to start automatically at boot. It is currently not started. Use the following command to start the service:
Other commands such as uninstall, stop, restart, status, refresh, customize are also supported. For specific usage instructions please refer to [https://github.com/winsw/winsw](https://github.com/winsw/winsw).
The plugin has been uploaded to the Chrome Web Store and can be directly installed from the [Huntly extension page on the Chrome Web Store](https://chrome.google.com/webstore/detail/huntly/cphlcmmpbdkadofgcedjgfblmiklbokm).
If you want to use the latest features, you can download browser-extension.zip from [Releases](https://github.com/lcomplete/huntly/releases)and extract it.
134
129
135
-
在浏览器中管理扩展,启用开发者模式,加载已解包的扩展即可。
130
+
To manage extensions in your browser, enable developer mode and load the unpacked extension.
Click the huntly extension icon, choose to set huntly's server address (home page url), for the remote address, in formal use, it is highly recommended to use the https protocol, after all, the browsing history is quite private. If the server is running locally, then set it to the local address.
When you open huntly website for the first time, you will be prompted to register an administrator user, currently only single user is supported.
150
139
151
-
首次打开 huntly 网站时,会提示注册一个管理员用户,目前仅支持单用户。
140
+
After registration, you will be automatically logged into the system, and the huntly extension will only send browsing history to the server if you are logged in.
0 commit comments