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

add example dialog which provides interactive commands #70

Closed
wants to merge 3 commits into from
Closed

add example dialog which provides interactive commands #70

wants to merge 3 commits into from

Conversation

kkeybbs
Copy link

@kkeybbs kkeybbs commented Mar 25, 2019

Example tests/dialog.c is useful.

  • Contains all dialogs ( from other examples ).
  • Provides interactive commands open/opens/save/browser/exit.
  • Can be used as a cross-platform prebuilt binary tool, to help command line tools interactive with open/save/browser-folder dialogs.
  • Use it like this:
# open multiple files
echo $'opens\nexit' | ./dialog

# interactive
./dialog
\> open     # 'open dialog' will be shown.
\> save     # 'save dialog' will be shown.
\> exit     #  exit interactive program.

@mlabbe
Copy link
Owner

mlabbe commented Sep 28, 2019

Cool idea, but not core to the library or something that I want to maintain going forward. If you create it as a separate repo, let me know and I will link to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants