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

terminal_title parameter in config #798

Merged
merged 1 commit into from
Nov 20, 2023
Merged

terminal_title parameter in config #798

merged 1 commit into from
Nov 20, 2023

Conversation

Canop
Copy link
Owner

@Canop Canop commented Nov 17, 2023

Allow automating the terminal's title change.
Add this in configuration:

###############################################################
# Terminal's title
# If you want the terminal's title to be updated when you change
# directory, set a terminal_title pattern by uncommenting one of
# the examples below and tuning it to your taste.
# Note that this may slow down some systems.
#
# terminal_title: "[broot] {git-name}"
terminal_title: "🐄 {file} "
# terminal_title: "-= {file-name} =-"

Fix #794

Allow automating the terminal's title change.
Add this in configuration:

    ###############################################################
    # Terminal's title
    # If you want the terminal's title to be updated when you change
    # directory, set a terminal_title pattern by uncommenting one of
    # the examples below and tuning it to your taste.
    # Note that this may slow down some systems.
    #
    # terminal_title: "[broot] {git-name}"
    terminal_title: "🐄 {file} "
    # terminal_title: "-= {file-name} =-"

Fix #794
@Canop Canop merged commit b75a590 into main Nov 20, 2023
@Canop Canop deleted the set-terminal-title branch November 20, 2023 14:37
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.

automatic title update when changing focused directory
1 participant