mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #116] [CLOSED] Dev #198
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/116
Author: @syberkitten
Created: 3/12/2018
Status: ❌ Closed
Base:
master← Head:dev📝 Commits (8)
8d938d5version bumpd1bd60cfirst commit to dev, adding stdout write33bdd02enabling stdout via --stdout flagce68fb9will always stdout everything095cc88adding epipebomb to make sure no broker pipes happen7ef08daadding -T --title to options to pass custom page titleae940444.1.5b86865bfixing stuff adding --stdout support for stdout📊 Changes
7 files changed (+62 additions, -4 deletions)
View changed files
📝
.gitignore(+3 -1)📝
README.md(+17 -0)➕
frontail.iml(+9 -0)📝
index.js(+29 -1)📝
lib/options_parser.js(+2 -0)📝
package-lock.json(+1 -1)📝
package.json(+1 -1)📄 Description
Hey
Wanted to add a few small additions to the project I guess
most of the users might benefit:
when multiple pipes are used and they are not closed. (can read about it)
I'm mostly using frontail to pipe through along with sending to browser
so it allows chaining multiple frontails, in multiple browser windows
for example (is in mobile testing) :
The above allows opening two browsers while each having a different output from frontail
and different titles.
looking forward to your remarks and ideas :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.