Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joacim-boive/total-recall
VSCode - Automatically saves the state of your open files when switching Git branches
https://github.com/joacim-boive/total-recall
cursor developer-experience dx git-branches git-branching vscode vscode-extension vscode-settings
Last synced: 27 days ago
JSON representation
VSCode - Automatically saves the state of your open files when switching Git branches
- Host: GitHub
- URL: https://github.com/joacim-boive/total-recall
- Owner: joacim-boive
- License: mit
- Created: 2024-10-20T08:23:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T06:39:14.000Z (3 months ago)
- Last Synced: 2024-10-23T06:58:53.138Z (3 months ago)
- Topics: cursor, developer-experience, dx, git-branches, git-branching, vscode, vscode-extension, vscode-settings
- Language: TypeScript
- Homepage:
- Size: 3.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Total Recall
**Total Recall** is a VSCode extension that helps you recall which files you had open when you changed Git branches. This extension aims to improve your workflow by preserving your working context across branch switches.
## Demo
### Default behavior
no changes are made your open files
[![Total Recall Demo](https://img.youtube.com/vi/iNPp7o6qepI/0.jpg)](https://youtu.be/iNPp7o6qepI)
### With Total Recall enabled
the extension will save your open files and restore them when you switch branches
[![Total Recall Demo](https://img.youtube.com/vi/MUT8jQaq-sY/0.jpg)](https://youtu.be/MUT8jQaq-sY)
## Features
- Automatically saves the state of your open files when switching Git branches
- Quickly restores your previous working context when returning to a branch## Usage
You don't need to do anything! The extension will automatically save and restore your open files when you switch branches.
## Roadmap
- Add AI that scans your commits and recaps what you've been working on lately to help you get back up to speed.
## Limitations
- It wont keep track of split views.
- Only text files are currently supported.## Requirements
- Visual Studio Code version 1.93.0 or higher
- Git installed and initialized in your workspace