git clone https://github.com/pystardust/ytfzfcdytfzf sudo make install doc If you wish to not install documentation (highly unrecommended) runsudo make installinstead. If you wish to install addons, runsudo make addons YTFZF_SYSTEM_ADDONS_DIRwill point to/usr/local/share/ytfzf/addonseve...
在任何操作系统上获取ytfzf的最简单方法是首先克隆存储库,然后使用Makefile进行安装。$ git clone https://github.com/pystardust/ytfzf$ cd ytfzf$ sudo make install 如果使用Arch Linux,则ytfzf在AUR存储库中已经可用,您可以通过运行以下命令进行安装:$ yay -S ytfzf-git 安装该实用程序之后,您还需要安...
Dış Kaynaklar: Ana Sayfa[github.com] Aşağıdaki ikili paketler bu kaynak paketten inşa edilmiştir: ytfzf script to find and watch youtube videos from the terminal ytfzf ile İlgili Diğer Paketler inşa bağımlılıkları ...
It's probably a good idea to remove the youtube-dl package if you've installed it from the repositories. You can later update youtube-dl usingpython3 -m pip install --user --upgrade youtube-dl 2. Get the ytfzf GitHub repository, and install ytfzf: git clone https://github.com/pys...
gitclonehttps://github.com/pystardust/ytfzf\ncd ytfzf Now compile ytfzf, install the documentation, and compile the add-ons: sudo makeinstall sudo makeinstalldoc sudo make addons ytfzf is now installed on your Linux system, and you can start it by entering: ...
$ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf $ ~/.fzf/install Fzf 还提供了与许多其他工具的集成,如 Bash、Zsh、Vim、Emacs 等。你可以查阅官方文档了解更多关于集成的信息。 使用示例 基本搜索 要使用 Fzf 进行文件搜索,只需在终端中输入以下命令: $ fzf 这会在终端中打开一...