Ticket #2370 (new enhancement)
Allow mcview to display from stdin
Reported by: | jnovy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mcview | Version: | 4.7.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Commands like 'cat myfile | mcview' doesn't work. It would be nice if one is able to use mcview instead of less for instance.
Attachments
Change History
Changed 13 years ago by keasy
- Attachment 2370_viewer_stdin_fix-0b.patch added
fixes formatting, uses fileno(stdin) instead of 0
Changed 13 years ago by keasy
- Attachment 2370_viewer_stdin_fix-1a.patch added
disables magic toggle for stdin input
Changed 13 years ago by keasy
- Attachment 2370_viewer_stdin_fix-2a.patch added
makes filename tests safer, removes "parse" button from display
Changed 13 years ago by keasy
- Attachment 2370_viewer_stdin_fix-3a.patch added
this version makes sure "-" file is openable from filemanager
Changed 13 years ago by keasy
- Attachment 2370_viewer_stdin_fix-3b.patch added
removes HAVE_UNISTD_H checks
comment:2 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:4 Changed 7 years ago by andrew_b
Branch: 2370_mcview_stdin
Initial changeset:99c6690ecdadc0801c885e345ab9b74508be029a
Note: See
TracTickets for help on using
tickets.
Related to #2030.