Bashmarks for MATLAB
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.
Path bookmarks for MATLAB. Inspired by https://github.com/huyng/bashmarks.
With tab completion.
>> 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
>> 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). Bashmarks for MATLAB (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 LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
private
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.