https://github.com/shresht7/workspace-visualizer
https://github.com/shresht7/workspace-visualizer
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shresht7/workspace-visualizer
- Owner: Shresht7
- License: mit
- Created: 2023-01-04T16:04:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T06:00:08.000Z (about 1 year ago)
- Last Synced: 2025-03-16T06:25:59.512Z (about 1 year ago)
- Language: TypeScript
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workspace Visualizer
Visualize your project's file structure.
>[!CAUTION]
>
>This project has been archived as it never came to fruition and will be superseded by [Shresht7/chronicle](https://github.com/Shresht7/chronicle).
- [CLI][CLI] - Workspace Visualizer Command-Line Interface
- [VS Code Extension][VS Code Extension] - Workspace Visualizer VS Code Extension
---
## 🪟 Applications
### 🌟 [`CLI`][CLI]
The CLI allows you to create visualizations of your workspace from the command line.
**Commands**
- `snapshot`: Take a snapshot of the current workspace and save it as a `workspace.json` file.
- `graph`: Visualize the workspace as a force-directed graph.
- `radial`: Visualize the workspace as a radial tree.
### 🌟 [`VS Code Extension`][VS Code Extension]
The VS Code extension provides a visual representation of your workspace in the editor.
**Features**
- **Force-Directed Graph**: Visualize your workspace as a force-directed graph.
- **Radial Tree**: Visualize your workspace as a radial tree.
## 📦 Packages
- [`@workspace-visualizer/file-color-associations`][file-color-associations]: A package to associate file extensions with colors.
- [`@workspace-visualizer/fs-tree`][fs-tree]: A package to generate a tree structure from a workspace.
- [`@workspace-visualizer/visualization`][visualization]: A package to create d3 visualizations of the workspace tree structure.
---
## 📃 License
[MIT License](./LICENSE)
[CLI]: ./apps/cli/
[VS Code Extension]: ./apps/extension/
[file-color-associations]: ./packages/file-color-associations/
[fs-tree]: ./packages/fs-tree/
[visualization]: ./packages/visualization/