CDargs - Shell Bookmarks
Install
- Compile / install source
- Move cdargs-bash.sh to /etc
- Add this line to your users .bashrc file
source /etc/cdargs-bash.sh
|
- Relogin or run source ~/.bashrc
Usage
-
a add new mark
d delete mark
e edit mark
right left arrows move in and out of directories
l list the files in the highlighted directory
c make a copy of a mark
enter go to selected directory / mark
|
mark
Mark a directory that you want to get to quickly in the future. Move to the desired directory and type mark <name>
or simply mark
to have it take the name of the current directory. You can also mark a directory using the ncurses tool. Run cdargs
or cdb
to start the ncurses tool. Add a new mark by pressing a
.
cdb
Now you have a bunch of marked directories. Simply type cdb <name of a mark>
to move to the marked directory. Alternatively use cdb
and navigate with arrows or number to the desired mark.
manage
Start the ncurses tool cdb
. Some useful keys to thump:
You can also edit the ~/.cdargs
text file directly to manage marks
分享到:
相关推荐
在Ubuntu系统中,有时我们可能希望在命令行环境中管理我们的浏览器书签,以实现更高效、更便捷的操作。本文将详细介绍如何使用Buku这款命令行书签管理器,以及其安装、导入导出、搜索和加密等核心功能。 首先,让...
高级Bash脚本编程指南中文版 ---------------------------------------------------- 本 ePub 基于开源文档,目录书签齐全。 版权归原作者,翻译版权归译者。 ---------------------------------------------------...
```bash pip install PyPDF2 ``` 接下来,我们创建一个函数来读取PDF文件的书签: ```python import PyPDF2 def read_bookmarks(pdf_path): with open(pdf_path, 'rb') as file: pdf_reader = PyPDF2....
**标题:“bash shell”** Bash Shell,全称Bourne-...提供的两个文件名称(bookmarks_24.12.14.html、firefox-bookmarks-2014-12-24.json)似乎与书签管理有关,可能是在讨论如何使用Bash脚本处理浏览器书签的数据。
书签 这是一个非常方便的功能,让我们可以为文件夹添加书签,并在将来... ~/.bash_profile下行添加到您的~/.bash_profile或~/.zshrc文件中: [[ -s ~ /bookmark/bookmarker.sh ]] && . ~ /bookmark/bookmarker.sh 命
该插件可用于在bash和zsh中创建,删除和导航标记。 这取决于朱根·崔(Junegunn Choi)的模糊查找器 。 (此视频是使用screenkey -g $(slop -n -f '%g')和simplescreenrecorder 。) 安装 sh 如果使用zsh ,建议...
```bash if [ "$USER" == "Tom" ]; then echo "Welcome, $USER!" else echo "User not found." fi ``` - **循环结构**:for循环和while循环是常用的循环结构。 - 示例: ```bash for i in {1..5}; do ...
`bashmarks`是一个bash脚本,它允许用户创建和管理目录书签。在Linux环境中,我们常常需要在不同的目录之间频繁切换,尤其是对于开发者而言,这可能涉及到多个项目、源代码库或配置文件的位置。传统的`cd`命令虽然...
这是一个功能类似于Bash的pushd和popd内置命令的脚本。 每次更改目录时,它都会通过添加新条目或增加现有条目的权重来更新书签文件。 分数最高的标记位于文件的顶部,因此它们首先匹配。 格式为:权重目录(可选...
8. **脚本编程**:介绍Bash shell的基础知识,包括变量、条件语句、循环、函数以及编写shell脚本的技巧。 9. **系统监控**:讲解`df`、`free`、`vmstat`、`iostat`等命令,用于监视系统的磁盘空间、内存使用、CPU...
总的来说,"Bash bookmark utility" 是一个实用的命令行工具,它利用shell脚本语言(如Python)提供了一种方便的方式来管理目录书签,从而提升了在终端中的导航体验。开源的性质使其更具灵活性和适应性,对于熟悉...
根据提供的信息,我们可以了解到这是一本关于《UNIX编程艺术》的经典书籍,该书提供了高清扫描版本,并且包含完整的书签,方便读者进行阅读与查阅。接下来,我们将从这本书的主题出发,探讨几个重要的UNIX编程概念与...
此外,书中的书签功能有助于快速定位到特定主题,如文件和目录操作(`mkdir`、`rm`、`cp`、`mv`)、进程管理(`ps`、`kill`)、正则表达式和管道(`|`)的使用,以及高级特性如数组、别名和函数。 通过阅读本书,...
3. **历史记录和书签**:工具还可能包括对最近访问目录的历史记录管理,以及对重要目录的书签功能。这使得用户可以轻松回溯到之前的工作位置,或快速访问重要的工作空间。 4. **命令增强**:Bash Navigation ...
!!! 抢先体验!!! 目前的状态是“为我工作-TM”,但我希望能得到其他人的反馈-特别是在Linux方面。 提出一个问题!...目前的状态是“为我工作-TM”,但我希望能...:star:如果您喜欢或正在使用此项目,请给它加个星标-
根据提供的文件信息,我们可以梳理出关于《sed与awk》第三版电子书的重要知识点。首先,需明确这本书是关于两个在Unix和Linux系统中广泛使用的文本处理工具的指南:sed和awk。它们都是用于流编辑器和文本分析的...
常见的Shell类型有Bash、Sh、Csh、Zsh等,其中Bash(Bourne-Again SHell)是最常用的。 2. **命令行语法**:包括命令的结构、参数的使用、管道符(|)、重定向(> 和 <)以及通配符(* 和 ?)的运用,这些都是进行...
_救书签实用程序。 可用于通过命令行轻松保存数据输入。 输入可以分类为一个选项。 包括类别的自动完成功能。 在bash运行。安装在Ubuntu上测试下载将此存储库克隆到您选择的目录中$ git clone ...
与外壳集成Bash/Zshif type shellmark &>/dev/null; then eval "$(shellmark --out posix plug)" fi鱼if type -q shellmark shellmark --out fish plug | source end电源外壳if (Get-Command shell