emacs-symfony-cli

View Ticket
Login
2025-07-27
10:14 Ticket [cfa728b2c7] M-x symfony console; ./bin/console output in a new buffer status still Open with 3 other changes artifact: d5a8e046f3 user: w96k
10:13 Ticket [cfa728b2c7]: 3 changes artifact: dff9ef79b8 user: w96k
2025-07-19
22:59 Ticket [cfa728b2c7]: 5 changes artifact: 332e48595b user: w96k
22:43 New ticket [cfa728b2c7]. artifact: d38020a3d9 user: debian

Ticket Hash: cfa728b2c793cf123bf1e12d2f60720a403547e0
Title: M-x symfony console; ./bin/console output in a new buffer
Status: Open Type: Feature_Request
Severity: Important Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2025-07-27 10:14:09
Version Found In:
User Comments:
debian added on 2025-07-19 22:43:59:

Follow Home page instruction on "how to contribute". Setup Symfony-demo project, install dependencies, make ./bin/console show you the list of commands.

http://wkz-devel.org/emacs-symfony-cli/wiki?name=emacs-symfony-cli

Then write elisp function named "symfony-console" that will print the result of ./bin/console in a new buffer named "symfony-console".


w96k added on 2025-07-19 22:59:09:

Use new fossil branch. Tutorial on branching: https://fossil-scm.org/home/doc/trunk/www/branching.wiki

  • fossil commit --branch my-new-branch-name or
  • fossil branch new my-new-branch-name trunk
  • fossil update my-new-branch-name
  • fossil commit -m "new commit"

w96k added on 2025-07-27 10:13:48:

Command should be called M-x symfony-console