Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinbull/fsproj-mode
An Emacs major-mode for creating, viewing and editing F# project files.
https://github.com/colinbull/fsproj-mode
Last synced: 5 days ago
JSON representation
An Emacs major-mode for creating, viewing and editing F# project files.
- Host: GitHub
- URL: https://github.com/colinbull/fsproj-mode
- Owner: colinbull
- License: gpl-3.0
- Created: 2014-07-01T08:48:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T08:07:29.000Z (over 10 years ago)
- Last Synced: 2024-11-08T07:07:49.464Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fsproj-mode
An Emacs major-mode for creating, viewing and editing F# project files.
![alt tag](https://raw.github.com/simontcousins/fsproj-mode/master/screen-shot.png)
### Columns
Column | Description
------ | -----------
S | The status of the file (see File Status).
No. | The position of the file within the project.
File Name | The name of the file.
Size | The size of the file in bytes.
Build Action | How the file is handled by the build.
Copy Action | How the file is copied by the build.### File Status
Status | Description
------ | -----------
- | The file is on the disk and not in the project.
+ | The file is on the disk and in the project.
! | The file is not on the disk and in the project.### Keys
Key | Action
--- | ------
RET | Open the file at cursor in this window.
d | Delete the file at cursor
e | Open the file at cursor in this window.
f | Open the file at cursor in this window.
g | Refresh the project buffer.
m | Move the position of the file at cursor within the project.
n | Add a new file to the project.
o | Open the file at cursor in another window.
q | Quit the project buffer.
+ | Add the file at cursor to the project.
- | Remove the file at cursor from the project.
? | Open Help in another window.