> For the complete documentation index, see [llms.txt](https://docs.remnux.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remnux.org/discover-the-tools/view+or+edit+files.md).

# View or Edit Files

## feh

View images.

**Website**: <https://feh.finalrewind.org>\
**Author**: Tom Gilbert, Daniel Friesel\
**License**: Free, custom license: <https://git.finalrewind.org/feh/plain/COPYING>\
**State File**: [remnux.packages.feh](https://github.com/REMnux/salt-states/blob/master/remnux/packages/feh.sls)

## Evince

View documents in a variety of formats, including PDF.

**Website**: <https://wiki.gnome.org/Apps/Evince>\
**Author**: Jonathan Blandford, Nickolay V. Shmyrev, Carlos Garcia Campos\
**License**: GNU General Public License (GPL) v2: <https://gitlab.gnome.org/GNOME/evince/-/blob/master/COPYING>\
**Notes**: evince\
**State File**: [remnux.packages.evince](https://github.com/REMnux/salt-states/blob/master/remnux/packages/evince.sls)

## dos2unix

Convert text files with Windows or macOS line breaks to Unix line breaks and vice versa.

**Website**: <https://waterlan.home.xs4all.nl/dos2unix.html>\
**Author**: Benjamin Lin, Bernd Johannes Wuebben, Erwin Waterlander\
**License**: FreeBSD style license: <https://waterlan.home.xs4all.nl/dos2unix/COPYING.txt>\
**Notes**: dos2unix, mac2unix, unix2dos, unix2mac\
**State File**: [remnux.packages.dos2unix](https://github.com/REMnux/salt-states/blob/master/remnux/packages/dos2unix.sls)

## VBinDiff

Compare binary files.

**Website**: <https://www.cjmweb.net/vbindiff/>\
**Author**: Christopher J. Madsen\
**License**: GNU General Public License (GPL) v2 or greater\
**Notes**: vbindiff\
**State File**: [remnux.packages.vbindiff](https://github.com/REMnux/salt-states/blob/master/remnux/packages/vbindiff.sls)

## wxHexEditor

Hex editor.

**Website**: <https://sourceforge.net/projects/wxhexeditor/>\
**Author**: Unknown\
**License**: GNU General Public License (GPL) v2: <https://sourceforge.net/p/wxhexeditor/code/HEAD/tree/trunk/docs/GPL.txt>\
**State File**: [remnux.packages.wxhexeditor](https://github.com/REMnux/salt-states/blob/master/remnux/packages/wxhexeditor.sls)

## SciTE

Edit text files.

**Website**: <https://www.scintilla.org/SciTE.html>\
**Author**: <https://sourceforge.net/p/scintilla/_members/>\
**License**: Free, unknown license\
**State File**: [remnux.packages.scite](https://github.com/REMnux/salt-states/blob/master/remnux/packages/scite.sls)

## ImageMagick

View and manipulate image and related files.

**Website**: <https://imagemagick.org/>\
**Author**: ImageMagick Studio LLC, <https://github.com/ImageMagick/ImageMagick/blob/master/AUTHORS.txt>\
**License**: Free, custom license: <https://github.com/ImageMagick/ImageMagick/blob/master/LICENSE>\
**Notes**: display, convert, mogrify, etc.\
**State File**: [remnux.packages.imagemagick](https://github.com/REMnux/salt-states/blob/master/remnux/packages/imagemagick.sls)

## Visual Studio Code

Powerful source code editor.

**Website**: <https://code.visualstudio.com/>\
**Author**: Microsoft Corporation\
**License**: Custom license: <https://code.visualstudio.com/License/>\
**Notes**: code\
**State File**: [remnux.packages.vscode](https://github.com/REMnux/salt-states/blob/master/remnux/packages/vscode.sls)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.remnux.org/discover-the-tools/view+or+edit+files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
