All Projects → occivink → kakoune-sudo-write

occivink / kakoune-sudo-write

Licence: Unlicense license
Write to files using 'sudo'

Programming Languages

KakouneScript
24 projects

Projects that are alternatives of or similar to kakoune-sudo-write

kak-ansi
Kakoune support for rendering ANSI-colored text.
Stars: ✭ 30 (+25%)
Mutual labels:  kakoune
auto-pairs.kak
Auto-pairing of characters for Kakoune
Stars: ✭ 62 (+158.33%)
Mutual labels:  kakoune
rubysu
Give Ruby objects superuser privileges
Stars: ✭ 15 (-37.5%)
Mutual labels:  sudo
react-redux-permissions
A permissions library for react and redux applications.
Stars: ✭ 44 (+83.33%)
Mutual labels:  permissions
one.kak
Atom "One" color schemes for Kakoune.
Stars: ✭ 19 (-20.83%)
Mutual labels:  kakoune
win-sudo
Add `sudo` command to Git Bash
Stars: ✭ 145 (+504.17%)
Mutual labels:  sudo
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-37.5%)
Mutual labels:  kakoune
HeimGuard
🛡 A simple library that allows you to easily manage permissions in your .NET projects.
Stars: ✭ 77 (+220.83%)
Mutual labels:  permissions
pam pwnd
A PAM module to test passwords against previous leaks at haveibeenpwned.com
Stars: ✭ 33 (+37.5%)
Mutual labels:  sudo
database-adapter
Database adapter for PHP-Casbin, Casbin is a powerful and efficient open-source access control library.
Stars: ✭ 21 (-12.5%)
Mutual labels:  permissions
laminas-permissions-acl
Provides a lightweight and flexible access control list (ACL) implementation for privileges management
Stars: ✭ 29 (+20.83%)
Mutual labels:  permissions
startask-permissions
Is a library that helps to handle runtime permissions on Android, entirely written using Kotlin language.
Stars: ✭ 39 (+62.5%)
Mutual labels:  permissions
riam
AWS IAM inspired policy engine in Rust
Stars: ✭ 19 (-20.83%)
Mutual labels:  permissions
suex
execute commands as another user
Stars: ✭ 39 (+62.5%)
Mutual labels:  sudo
emmet-cli
Emmet command line interface
Stars: ✭ 27 (+12.5%)
Mutual labels:  kakoune
permissionUtil
Simple permission helper
Stars: ✭ 64 (+166.67%)
Mutual labels:  permissions
ngx-security
Security directives for your Angular application to show/hide elements based on a user roles / permissions.
Stars: ✭ 18 (-25%)
Mutual labels:  permissions
kakboard
Clipboard integration for Kakoune
Stars: ✭ 49 (+104.17%)
Mutual labels:  kakoune
kakoune-extra-filetypes
Extra highlighters for the Kakoune editor
Stars: ✭ 20 (-16.67%)
Mutual labels:  kakoune
snippet.kak
Snippets integration for Kakoune
Stars: ✭ 23 (-4.17%)
Mutual labels:  kakoune

kakoune-sudo-write

kakoune plugin to save files that you do not have write permissions for. Uses sudo and preserves file ownership and read-write attributes.

Setup

Add sudo-write.kak to your autoload dir: ~/.config/kak/autoload/, or source it manually.

Usage

Call the sudo-write command. If your password has not been cached by sudo, you will be prompted to input it. Upon success, the buffer is written to the file.

Warning: while the input is hidden, the password is still passed through stdin to sudo. Do not use this plugin if you are not comfortable with this idea.

License

Unlicense

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].