Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkmoore/strace-mode
Emacs mode for strace
https://github.com/pkmoore/strace-mode
Last synced: 2 months ago
JSON representation
Emacs mode for strace
- Host: GitHub
- URL: https://github.com/pkmoore/strace-mode
- Owner: pkmoore
- License: gpl-3.0
- Created: 2016-07-08T04:50:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T16:49:12.000Z (about 7 years ago)
- Last Synced: 2024-08-02T01:26:14.425Z (6 months ago)
- Language: Emacs Lisp
- Size: 16.6 KB
- Stars: 14
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strace-mode
This package provides a major mode with highlighting for output
from `strace`. By default, file names ending in `.strace` will
enable this mode.## Installation
### From melpa
Use `package-install` to install strace-mode.
### Manual
Put `strace-mode.el` in your emacs's `load-path`, then add this
line to your init file:```el
(require 'strace-mode)
```