matlabmarks

버전 1.0 (5.21 KB) 작성자: rinkert
Tired of manual cd'ing to different folders for different projects? Store bookmarks and cd to any bookmark, with tab completion.
다운로드 수: 1
업데이트 날짜: 2022/7/1

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 

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.