Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MatrixForChange/files-viewer
A File Manager for DrRacket
https://github.com/MatrixForChange/files-viewer
Last synced: 2 months ago
JSON representation
A File Manager for DrRacket
- Host: GitHub
- URL: https://github.com/MatrixForChange/files-viewer
- Owner: MatrixForChange
- License: other
- Created: 2018-07-04T08:45:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T06:23:51.000Z (over 1 year ago)
- Last Synced: 2024-07-31T04:57:10.941Z (6 months ago)
- Language: Racket
- Size: 210 KB
- Stars: 85
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket-and-scheme - files-viewer
README
# File Manager for DrRacket
![default](https://user-images.githubusercontent.com/22510026/43937527-cf6141a8-9c90-11e8-9277-9d6e20b12e8b.png)
`files-viewer` provides a file manager for DrRacket. The project is under MIT/Apache 2.0 licenses (same as Racket).
Issues and pull requests are welcome.
The current version of `files-viewer` is 0.00.46.
## Installation
`files-viewer` could be installed in command-line via `raco pkg install files-viewer`.
Alternatively, it could be installed via DrRacket's package manager
(_File > Package Manager_)Please see the [documentation](https://docs.racket-lang.org/files-viewer/) for more details.
## Usage
To open/edit a file, double click the item.
To call the popup menu, right click the file manager.
To show or hide the file manager, go to _View > Show/Hide the File Manager_.
## Update Log
- 0.00.44: Don't open any binary files in new tabs by default.
- 0.00.45: Add git push button and git pull button (by run commands "git pull origin master" and "git push origin master")
- 0.00.46: Add commit message window;add template for info.rkt;set the default value for terminal luancher on windows and macos,closes #23