{"id":19723944,"url":"https://github.com/wraith13/unsaved-files-vscode","last_synced_at":"2025-06-12T18:32:41.101Z","repository":{"id":37115099,"uuid":"149721179","full_name":"wraith13/unsaved-files-vscode","owner":"wraith13","description":"Easy access to unsaved files for vscode.","archived":false,"fork":false,"pushed_at":"2024-05-19T08:52:29.000Z","size":2701,"stargazers_count":12,"open_issues_count":9,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T22:36:34.854Z","etag":null,"topics":["visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=wraith13.unsaved-files-vscode","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wraith13.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-21T06:40:41.000Z","updated_at":"2025-02-26T00:43:56.000Z","dependencies_parsed_at":"2024-05-19T09:28:53.868Z","dependency_job_id":"774f1c7f-97c1-4b89-95fd-a0639480a155","html_url":"https://github.com/wraith13/unsaved-files-vscode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wraith13/unsaved-files-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Funsaved-files-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Funsaved-files-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Funsaved-files-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Funsaved-files-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wraith13","download_url":"https://codeload.github.com/wraith13/unsaved-files-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Funsaved-files-vscode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259519255,"owners_count":22870327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"created_at":"2024-11-11T23:24:01.513Z","updated_at":"2025-06-12T18:32:41.077Z","avatar_url":"https://github.com/wraith13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unsaved Files README\n\nEasy access to unsaved files for vscode.\n\n## Features\n\n* show unsaved files from command pallete\n* show unsaved files from status bar\n* show unsaved files from view on explorer\n\n![screen shot: View on Explorer](./images/screenshot3.png)\n\n![screen shot: Show](./images/screenshot.png)\n\n![screen shot: Show Next/Previous](./images/screenshot2.png)\n\n\u003e This extension only shows unsaved files, does not save nor close.\n\n## Tutorial\n\n### 0. ⬇️ Install Unsaved Files\n\nShow extension side bar within VS Code(Mac:\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e, Windows and Linux: \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e), type `unsaved-files-vscode` and press \u003ckbd\u003eEnter\u003c/kbd\u003e and click \u003ckbd\u003eInstall\u003c/kbd\u003e. Restart VS Code when installation is completed.\n\n### 1. ✨️ Show Unsaved Files\n\nClick `unsaved:*` in status bar or launch Command Palette(Mac:\u003ckbd\u003eF1\u003c/kbd\u003e or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e, Windows and Linux: \u003ckbd\u003eF1\u003c/kbd\u003e or \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e), Execute `Unsaved Files: Show` command and select a unsaved file as you like.\n\n### 2. 🔧 Next step\n\nYou can change [settings](#extension-settings) by `settings.json`.\n\nEnjoy!\n\n## Commands\n\n* `Unsaved Files: Show` : show unsaved files\n* `Unsaved Files: Show Next` show next unsaved file\n* `Unsaved Files: Show Previous` show previous unsaved file\n* `Unsaved Files: Show View` show view on explorer\n* `Unsaved Files: Hide View` hide view on explorer\n\n## Extension Settings\n\nThis extension contributes the following settings by [`settings.json`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( Mac: \u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003e,\u003c/kbd\u003e, Windows / Linux: \u003ckbd\u003eFile\u003c/kbd\u003e -\u003e \u003ckbd\u003ePreferences\u003c/kbd\u003e -\u003e \u003ckbd\u003eUser Settings\u003c/kbd\u003e ):\n\n* `unsaved-files.statusBar.enabled`: set Enable/Disable unsaved files count in status bar\n* `unsaved-files.statusBar.noUnsavedFilesStatusLabel`: set no unsaved files's label\n* `unsaved-files.statusBar.anyUnsavedFilesStatusLabel`: set any unsaved files's label\n* `unsaved-files.statusBar.label`: set unsaved's label\n* `unsaved-files.viewOnExplorer.enabled`: set Enable/Disable unsaved files in view on explorer\n\nYou can embed icons in the label text by leveraging the syntax:\n\n`My text $(icon-name) contains icons like $(icon'name) this one.`\n\nWhere the icon-name is taken from the [octicon](https://octicons.github.com) icon set, e.g. `light-bulb`, `thumbsup`, `zap` etc.\n\nYou can specify unicode characters ( include emoji ) as label text too.\n\n## Keyboard shortcut Settings\n\nIn default, Unsaved Files's commands doesn't apply keyboard shortcuts. Althogh,\nyou can apply keyboard shortcuts by [`keybindings.json`](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts)\n( Mac: \u003ckbd\u003eCode\u003c/kbd\u003e -\u003e \u003ckbd\u003ePreferences\u003c/kbd\u003e -\u003e \u003ckbd\u003eKeyboard Shortcuts\u003c/kbd\u003e, Windows / Linux: \u003ckbd\u003eFile\u003c/kbd\u003e -\u003e \u003ckbd\u003ePreferences\u003c/kbd\u003e -\u003e \u003ckbd\u003eKeyboard Shortcuts\u003c/kbd\u003e).\n\nCommand name on `keybindings.json` is diffarent from on Command Pallete. See below table.\n\n|on Command Pallete|on keybindings.json|\n|-|-|\n|`Unsaved Files: Show`|`unsaved-files.show`|\n|`Unsaved Files: Show Next`|`unsaved-files.showNext`|\n|`Unsaved Files: Show Previous`|`unsaved-files.showPrevious`|\n\n## Release Notes\n\nsee ChangLog on [marketplace](https://marketplace.visualstudio.com/items/wraith13.unsaved-files-vscode/changelog) or [github](https://github.com/wraith13/unsaved-files-vscode/blob/master/CHANGELOG.md)\n\n## Support\n\n[GitHub Issues](https://github.com/wraith13/unsaved-files-vscode/issues)\n\n## License\n\n[Boost Software License](https://github.com/wraith13/unsaved-files-vscode/blob/master/LICENSE_1_0.txt)\n\n## Download VSIX file ( for VS Code compatible softwares )\n\n[Releases · wraith13/unsaved-files-vscode](https://github.com/wraith13/unsaved-files-vscode/releases)\n\n## Other extensions of wraith13's work\n\n|Icon|Name|Description|\n|---|---|---|\n|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/background-phi-colors/3.1.0/1581619161244/Microsoft.VisualStudio.Services.Icons.Default) |[Background Phi Colors](https://marketplace.visualstudio.com/items?itemName=wraith13.background-phi-colors)|This extension colors the background in various ways.|\n|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/blitz/1.10.0/1600673285404/Microsoft.VisualStudio.Services.Icons.Default) |[Blitz](https://marketplace.visualstudio.com/items?itemName=wraith13.blitz)|Provide a quick and comfortable way to change settings by quick pick based UI.|\n|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/zoombar-vscode/1.2.1/1563089420894/Microsoft.VisualStudio.Services.Icons.Default) |[Zoom Bar](https://marketplace.visualstudio.com/items?itemName=wraith13.zoombar-vscode)|Zoom UI in status bar for VS Code.|\n\nSee all wraith13's  expansions: \u003chttps://marketplace.visualstudio.com/publishers/wraith13\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Funsaved-files-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwraith13%2Funsaved-files-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Funsaved-files-vscode/lists"}