matlabmarks

Version 1.0 (5.21 KB) by rinkert
Tired of manual cd'ing to different folders for different projects? Store bookmarks and cd to any bookmark, with tab completion.
1 Download
Updated Fri, 01 Jul 2022 12:52:16 +0000

Bashmarks for Matlab

Path bookmarks for MATLAB. Inspired by https://github.com/huyng/bashmarks.

With tab completion.

Usage

>> cd C:\some\long\and\hard\to\rememeber\path
>> s mybookmark
Stored bookmark: mybookmark --> C:\some\long\and\hard\to\rememeber\path

>> cd C:\projects\project1
>> s project1
Stored bookmark: project1 --> C:\projects\project1

>> l
Available bookmarks:
  mybookmark         -->  C:\some\long\and\hard\to\rememeber\path
  project1           -->  C:\projects\project1

>> g mybookmark         % start typing and use tab completion!
>> disp(pwd)
C:\some\long\and\hard\to\rememeber\path

Matlab Commands

>> s <bookmark>      % Saves the current directory as <bookmark>
>> g <bookmark>      % Goes (cd) to the directory associated with <bookmark>
>> e <bookmark>      % Opens the directory associated with <bookmark> in the file explorer (Windows only)
>> l                 % Lists all available bookmarks
>> d <bookmark>      % Deletes the bookmark 

Cite As

rinkert (2024). matlabmarks (https://github.com/rick3rt/matlabmarks/releases/tag/v1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.