mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-24 02:20:09 +08:00
translating
This commit is contained in:
parent
326e79837f
commit
cb4898fe73
@ -1,111 +0,0 @@
|
||||
[#]: subject: "Junction: An Application Switcher to Open Files and Links"
|
||||
[#]: via: "https://itsfoss.com/junction/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Junction: An Application Switcher to Open Files and Links
|
||||
======
|
||||
|
||||
**Brief:** _An interesting tool to make things easy when accessing files or opening links. Let us check it out_.
|
||||
|
||||
The workflow is not often seamless for users who dabble with multiple applications for accessing different files and open links using various browsers.
|
||||
|
||||
You probably get used to it, but it may not be the fastest way to get things done.
|
||||
|
||||
Meet **Junction**, an application switcher that helps you quickly open files/links with your favorite applications.
|
||||
|
||||
### Junction: Open-Source Application or Browser Switcher for Linux
|
||||
|
||||
![][1]
|
||||
|
||||
While we can use the “**Open with**” option from the right-click menu to choose a certain application when opening a file, it isn’t the fastest way.
|
||||
|
||||
With [Junct][2][i][2][on][2], instead of looking for the application that you can want a file to open with (or constantly changing defaults), you have to set the “**Junction**” app as your default.
|
||||
|
||||
In that way, whenever you open a link or access a file, launch email composer, etc., the Junction app will launch to show you relevant applications that you may want to access.
|
||||
|
||||
Furthermore, it supports keyboard navigation, making it a useful addition for keyboard power users.
|
||||
|
||||
![][3]
|
||||
|
||||
Basically, it saves you a few clicks every time you want to access the file/link in a different application.
|
||||
|
||||
### Features of Junction
|
||||
|
||||
![][4]
|
||||
|
||||
It is a simple tool fit for a specific group of users. You may or may not find it redundant, but the features should make up for it in case you want to try:
|
||||
|
||||
* Choose the application to open with through a launcher/switcher
|
||||
* Show the location before launching
|
||||
* Ability to edit the URL before opening it
|
||||
* Hint for insecure link
|
||||
* Keyboard navigation
|
||||
* Ability to add more applications to the switcher/launcher (it remembers the addition for next time as well)
|
||||
|
||||
|
||||
|
||||
![][5]
|
||||
|
||||
### Using Junction to Access Files and Links
|
||||
|
||||
To set it up, you need to launch the app and set Junction as the default for Web, as shown below.
|
||||
|
||||
![][6]
|
||||
|
||||
For using it on any file type, you can head to the respective file properties and change the default application for it as shown below:
|
||||
|
||||
![][7]
|
||||
|
||||
For links, you can test it by clicking on “**Test Junction**” as shown in the previous screenshot above. Or, you can click on any link from another app to see the Junction app in action.
|
||||
|
||||
Here’s how it looks when you attempt to click a link and get Junction to help you choose:
|
||||
|
||||
![][8]
|
||||
|
||||
### Install Junction in Linux
|
||||
|
||||
Junction is primarily available as a Flatpak application. So, you can install the package from [Flathub][9] or look for it on your software center (if Flatpak integration is in place).
|
||||
|
||||
Considering you have [Flatpak set up][10], you can type in the following command to install it:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub re.sonny.Junction
|
||||
|
||||
```
|
||||
|
||||
You can also check out its [GitHub page][11] to learn more use-cases or tips/tricks to utilize it.
|
||||
|
||||
[Junction][9]
|
||||
|
||||
_What do you think about an application switcher like Junction? Is it useful for you? Let me know your thoughts in the comments below._
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/junction/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/Junction-ft.png?resize=800%2C450&ssl=1
|
||||
[2]: https://apps.gnome.org/app/re.sonny.Junction/
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-action-screenshot.jpg?resize=800%2C450&ssl=1
|
||||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-app-screenshot.jpg?resize=800%2C455&ssl=1
|
||||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-app-more.jpg?resize=800%2C540&ssl=1
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-app.jpg?resize=800%2C586&ssl=1
|
||||
[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-properties.png?resize=800%2C511&ssl=1
|
||||
[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-link-click.jpg?resize=800%2C505&ssl=1
|
||||
[9]: https://flathub.org/apps/details/re.sonny.Junction
|
||||
[10]: https://itsfoss.com/flatpak-guide/
|
||||
[11]: https://github.com/sonnyp/Junction
|
@ -0,0 +1,111 @@
|
||||
[#]: subject: "Junction: An Application Switcher to Open Files and Links"
|
||||
[#]: via: "https://itsfoss.com/junction/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Junction:打开文件和链接的应用切换器
|
||||
======
|
||||
|
||||
**简介:** _一个有趣的工具,在访问文件或打开链接时使事情变得简单。让我们来看看它吧_。
|
||||
|
||||
对于那些涉足多个应用访问不同文件和使用各种浏览器打开链接的用户来说,其工作流程往往不是无缝的。
|
||||
|
||||
你可能已经习惯了,但这可能不是完成事情的最快方式。
|
||||
|
||||
认识一下 **Junction**,一个应用切换器,帮助你用你最喜欢的应用快速打开文件/链接。
|
||||
|
||||
### Junction: 开源的 Linux 应用或浏览器切换器
|
||||
|
||||
![][1]
|
||||
|
||||
虽然我们可以在打开文件时使用右键菜单中的 “**Open with**” 选项来选择某个应用,但这并不是最快的方法。
|
||||
|
||||
有了 [Junction][2],你不必寻找你可以希望文件用什么程序打开(或不断改变默认值),而是要将 “**Junction**” 应用设置为你的默认值。
|
||||
|
||||
这样,每当你打开一个链接或访问一个文件,启动电子邮件编辑器等,Junction 应用就会启动,向你显示你可能想要访问的相关应用。
|
||||
|
||||
此外,它还支持键盘导航,使其成为键盘高级用户的一个有益补充。
|
||||
|
||||
![][3]
|
||||
|
||||
基本上,每次你想在不同的应用中访问文件/链接时,它都能为你节省一些点击次数。
|
||||
|
||||
### Junction 的特点
|
||||
|
||||
![][4]
|
||||
|
||||
它是一个适合于特定用户群的简单工具。你可能觉得它是多余的,也可能不觉得它是多余的,但在你想尝试的情况下,它的功能应该可以弥补它的不足:
|
||||
|
||||
* 通过启动器/切换器选择要打开的应用
|
||||
* 在启动前显示位置
|
||||
* 在打开 URL 之前能够编辑它
|
||||
* 提示不安全的链接
|
||||
* 键盘导航
|
||||
* 能够在切换器/启动器中添加更多的应用(它也会记住添加的内容,以便下次使用)。
|
||||
|
||||
|
||||
|
||||
![][5]
|
||||
|
||||
### 使用 Junction 来访问文件和链接
|
||||
|
||||
要设置它,你需要启动应用并将 Junction 设置为 Web 的默认值,如下图所示。
|
||||
|
||||
![][6]
|
||||
|
||||
要在任何文件类型上使用它,你可以前往各自的文件属性,并为它改变默认的应用,如下图所示:
|
||||
|
||||
![][7]
|
||||
|
||||
对于链接,你可以通过点击 “**Test Junction**” 来测试它,如上面的截图所示。或者,你可以点击其他应用的任何链接,看看 Junction 应用的运行情况。
|
||||
|
||||
下面是你试图点击一个链接并让 Junction 帮助你选择时的情况:
|
||||
|
||||
![][8]
|
||||
|
||||
### 在 Linux 中安装 Junction
|
||||
|
||||
Junction 主要以 Flatpak 应用的形式提供。因此,你可以从 [Flathub][9] 安装软件包,或者在软件中心寻找它(如果 Flatpak 集成完毕)。
|
||||
|
||||
考虑到你已经设置了 [Flatpak][10],你可以输入以下命令来安装它:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub re.sonny.Junction
|
||||
|
||||
```
|
||||
|
||||
你也可以查看它的 [GitHub 页面][11],了解更多的使用案例或利用它的技巧/窍门。
|
||||
|
||||
[Junction][9]
|
||||
|
||||
_你认为像 Junction 这样的应用切换器怎么样?它对你有用吗?请在下面的评论中告诉我你的想法。_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/junction/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/Junction-ft.png?resize=800%2C450&ssl=1
|
||||
[2]: https://apps.gnome.org/app/re.sonny.Junction/
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-action-screenshot.jpg?resize=800%2C450&ssl=1
|
||||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-app-screenshot.jpg?resize=800%2C455&ssl=1
|
||||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-app-more.jpg?resize=800%2C540&ssl=1
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-app.jpg?resize=800%2C586&ssl=1
|
||||
[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-properties.png?resize=800%2C511&ssl=1
|
||||
[8]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/03/junction-link-click.jpg?resize=800%2C505&ssl=1
|
||||
[9]: https://flathub.org/apps/details/re.sonny.Junction
|
||||
[10]: https://itsfoss.com/flatpak-guide/
|
||||
[11]: https://github.com/sonnyp/Junction
|
Loading…
Reference in New Issue
Block a user