mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
added reference for file viewers
This commit is contained in:
@@ -12,7 +12,7 @@ Imageview lets you view and inspect image files directly within the terminal. Wi
|
||||
|
||||
<img height="200" src="/images/fileViewers/imageview.gif" />
|
||||
|
||||
#### Using Imageview
|
||||
#### Usage
|
||||
Imageview requires only one option, `filename`.
|
||||
|
||||
```
|
||||
@@ -20,42 +20,53 @@ Usage:
|
||||
/imageview [filename]
|
||||
```
|
||||
|
||||
#### Reference
|
||||
For more details on using this command, see the [/imageview](/reference/slashcommands#imageview) documentation.
|
||||
|
||||
### Csvview
|
||||
Csvview is a powerful utility that allows you to view and manipulate CSV files effortlessly within the terminal. With its intuitive interface and sortable columns, csvview makes it a breeze to explore and analyze your CSV data.
|
||||
|
||||
<img height="200" src="/images/fileViewers/csvview.gif" />
|
||||
|
||||
#### Using csvview
|
||||
#### Usage
|
||||
Csvview requires only one option, `filename`.
|
||||
|
||||
```
|
||||
/csvview [filename]
|
||||
```
|
||||
|
||||
#### Reference
|
||||
For more details on using this command, see the [/csvview](/reference/slashcommands#csvview) documentation.
|
||||
|
||||
### Mediaview
|
||||
Mediaview is a versatile command that allows you to view and play audio and video files seamlessly within the terminal. With support for a wide range of popular media formats, including *MP4*, *WebM*, *Ogg*, *MP3*, *WAV*, *Ogg Vorbis*, *AAC*, and *FLAC*, mediaview provides a convenient and efficient way to view media without leaving the command-line interface.
|
||||
|
||||
<img height="200" src="/images/fileViewers/mediaview.gif" />
|
||||
|
||||
#### Using mediaview
|
||||
#### Usage
|
||||
Mediaview requires only one option, `filename`.
|
||||
```
|
||||
Usage:
|
||||
/mediaview [filename]
|
||||
```
|
||||
#### Reference
|
||||
For more details on using this command, see the [/mediaview](/reference/slashcommands#mediaview) documentation.
|
||||
|
||||
### Mdview
|
||||
Mdview is a handy utility that enables you to view and render Markdown files directly within the terminal. It provides a convenient way to read and preview Markdown-formatted content without the need for external applications or leaving the command-line interface.
|
||||
|
||||
<img height="200" src="/images/fileViewers/mdview.gif" />
|
||||
|
||||
#### Using mdview
|
||||
#### Usage
|
||||
Mdview requires only one option, `filename`.
|
||||
|
||||
```
|
||||
Usage:
|
||||
/mdviewer [filename]
|
||||
/mdview [filename]
|
||||
```
|
||||
#### Reference
|
||||
For more details on using this command, see the [/mdview](/reference/slashcommands#mdview) documentation.
|
||||
|
||||
<Tip>
|
||||
A live preview of Markdown files can also be found in [codeedit](/reference/slashcommands#codeedit) by clicking the “show preview” button in the top right of the editor. This allows you to edit and render Markdown content in real-time, displaying the output adjacent to the code editor for convenient and immediate visual feedback.
|
||||
</Tip>
|
||||
@@ -65,13 +76,15 @@ Pdfview is a practical utility that allows you to view and navigate PDF files ef
|
||||
|
||||
<img height="200" src="/images/fileViewers/pdfview.gif" />
|
||||
|
||||
#### Using pdfview
|
||||
#### Usage
|
||||
Pdfview requires only one option, `filename`.
|
||||
|
||||
```
|
||||
Usage:
|
||||
/pdfview [filename]
|
||||
```
|
||||
#### Reference
|
||||
For more details on using this command, see the [/pdfview](/reference/slashcommands#pdfview) documentation.
|
||||
|
||||
## The Future of Plugins
|
||||
Wave's file viewer plugins are just the beginning of our journey to revolutionize the way you interact with files in the terminal.
|
||||
|
||||
Reference in New Issue
Block a user