-
-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add "READ-only" option from command line. #1099
Comments
Yes, that would be really useful. Wonder why most editors don't have this essential feature of being able to open a file as read-only.It would be a good feature addition for cot. |
One more vote for the read-only mode! Thanks! |
1024jp
added a commit
that referenced
this issue
Jan 19, 2025
1024jp
added a commit
that referenced
this issue
Jan 19, 2025
1024jp
added a commit
that referenced
this issue
Jan 19, 2025
1024jp
added a commit
that referenced
this issue
Jan 19, 2025
The implementation has just been done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I love using cot editor, especially the command line integration.
Often, I want to open a file in read-only mode, so that I don't risk modifying a file unintentionally.
Something like this:
cot -r
where the "-r" option would invoke the read-only option.
Thank you!!
The text was updated successfully, but these errors were encountered: