Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap: known issues and coming new features #1

Closed
24 of 47 tasks
itchyny opened this issue Apr 9, 2018 · 2 comments
Closed
24 of 47 tasks

Roadmap: known issues and coming new features #1

itchyny opened this issue Apr 9, 2018 · 2 comments

Comments

@itchyny
Copy link
Owner

itchyny commented Apr 9, 2018

Thank you for getting interested in my product.

Notes:

  • This product is my hobby product. Please do not ask me when some features will be implemented. I will implement what I want when I need (mostly) on weekends.
  • Your advice for new features are welcome. I'm not familiar with reverse-engineering, I'm not an expert of some binary file format.
  • This project is open sourced. You can freely create a fork of the repository. I appreciate if you send me patches to improve features, fix some bugs and so on.

Multi-platform distribution

  • Testing on TravisCI
  • Homebrew rule
  • Windows support
    • Fix panic: send on closed channel on exit 316b04c
    • Write fails with Access is denied.: disable overwrite on Windows for now fb381a7
    • Make tests pass on Windows 1fdf7a5
    • Test on AppVeyor e8df7d5
  • Distribution from GitHub Releases

Small bugs

  • Visual mode should accept count for key mappings 6ce206c
  • Cursor position should be taken into account on switching between windows
  • One key stroke is missing after process suspension on macOS (known issue of tcell)
  • Replace (r) should exit replace mode at once 1087bf9

New features and improvements

I will definitely fix or implement these features.

More commands

More features

Please do not expect me to implement these features, but I'm interested in. I need some feedbacks.

  • Help buffer (:help)
    • Embed markdown documents?
  • Diff (:diffthis/:diffoff)
  • File format inspector
    • Using debug/elf package?
    • It'll be tough to implement many kinds of binary file formats. But I think I have to support for executables at least. There are already many soft-wares so needs investigation.
    • I'm also interested in image formats.
  • Support multiple text encodings
    • bed is a binary editor. Maybe supporting for analyzer of executables has higher priority than text encodings.
  • Configuration
    • I think this product should provide the good defaults. I'm not sure which parts users may want to configure. Mappings, displayed formats, event hooks ...
  • Plugin
    • I can't imagine what kind of plugin is required for binary editors. I need some investigation of other editors.
    • Also, I don't want to create a new scripting language. gRPC support?
  • Tabs
    • I like the tab behavior of Vim. But I hear that many people like displaying buffers in tabs.
  • Session restoration
  • Macro and repeating
  • GUI frontend or web-based UI
  • Stdin support 1f2e9d1
@ghost
Copy link

ghost commented Apr 11, 2018

I think I started coding for what I want before doing research on existing editors.

maybe compare bed to bvi for people who do no want "a bin editor written in go" but "a bin editor that works well for me" and see what would make bvi stand out (for you/ or maybe for others)

@Kerrigan29a
Copy link

  • It'll be tough to implement many kinds of binary file formats. But I think I have to support forexecutables at least. There are already many soft-wares so needs investigation.
  • I'm also interested in image formats.

Probably you could use Kaitai to parse the files

@itchyny itchyny pinned this issue Jan 25, 2020
@itchyny itchyny closed this as completed Jan 25, 2020
Repository owner locked and limited conversation to collaborators Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants