matlabmarks

Version 1.0 (5,21 ko) par rinkert
Tired of manual cd'ing to different folders for different projects? Store bookmarks and cd to any bookmark, with tab completion.
1 téléchargement
Mise à jour 1 juil. 2022

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 

Citation pour cette source

rinkert (2024). matlabmarks (https://github.com/rick3rt/matlabmarks/releases/tag/v1.0), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2022a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.