TerminalOne icon indicating copy to clipboard operation
TerminalOne copied to clipboard

Add rename tab functionality

Open atinylittleshell opened this issue 6 months ago • 0 comments

Related to #41

Add functionality to rename tabs.

  • Add renameTab function in packages/terminal/app/page.tsx to handle renaming tabs.
  • Update Page component to include a button for renaming tabs and display the renamed tab names.
  • Add tabName prop to Tab component in packages/terminal/components/Tab/index.tsx and update it to display the tabName instead of tabId.
  • Add a button for renaming tabs in TitleBar component in packages/terminal/components/TitleBar/index.tsx.
  • Add renameTab function in ConfigModule in packages/app/src/nativeBridge/modules/configModule.ts to handle renaming tabs.
  • Add renameTab function in ApplicationModule in packages/app/src/nativeBridge/modules/applicationModule.ts to handle renaming tabs.

For more details, open the Copilot Workspace session.

atinylittleshell avatar Aug 08 '24 22:08 atinylittleshell