[PR #1321] [MERGED] fix #1316 Support quick commands #3465

Closed
opened 2026-02-27 00:56:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1321
Author: @zxdong262
Created: 8/21/2019
Status: Merged
Merged: 8/21/2019
Merged by: @zxdong262

Base: masterHead: fix-1316


📝 Commits (4)

📊 Changes

16 files changed (+716 additions, -90 deletions)

View changed files

📝 README.md (+7 -6)
📝 package.json (+80 -80)
📝 src/client/common/constants.js (+2 -1)
📝 src/client/components/bookmark-form/index.jsx (+31 -0)
src/client/components/bookmark-form/quick-command-list.jsx (+28 -0)
src/client/components/bookmark-form/quick-command.jsx (+209 -0)
src/client/components/footer/footer.jsx (+23 -0)
src/client/components/footer/footer.styl (+0 -0)
src/client/components/quick-commands/quick-commands-form.jsx (+107 -0)
src/client/components/quick-commands/quick-commands-list.jsx (+64 -0)
src/client/components/quick-commands/quick-commands-select.jsx (+66 -0)
src/client/components/quick-commands/quick-commands.styl (+8 -0)
📝 src/client/components/session/index.jsx (+18 -1)
📝 src/client/components/setting-panel/setting-modal.jsx (+21 -0)
📝 src/client/components/terminal/index.jsx (+11 -2)
📝 src/client/store/index.js (+41 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/1321 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 8/21/2019 **Status:** ✅ Merged **Merged:** 8/21/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1316` --- ### 📝 Commits (4) - [`818d2d3`](https://github.com/electerm/electerm/commit/818d2d3230a172581f263b415406bf0d60f2c9fc) save - [`76dce9c`](https://github.com/electerm/electerm/commit/76dce9ca0310e5d57fe7d8eb4634518d7986173c) save - [`7695363`](https://github.com/electerm/electerm/commit/7695363adc0a5a3680c49e07da628a24169b8b27) save - [`e513fb1`](https://github.com/electerm/electerm/commit/e513fb1d9d53c01cfc385389798407851419ebd5) done! ### 📊 Changes **16 files changed** (+716 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -6) 📝 `package.json` (+80 -80) 📝 `src/client/common/constants.js` (+2 -1) 📝 `src/client/components/bookmark-form/index.jsx` (+31 -0) ➕ `src/client/components/bookmark-form/quick-command-list.jsx` (+28 -0) ➕ `src/client/components/bookmark-form/quick-command.jsx` (+209 -0) ➕ `src/client/components/footer/footer.jsx` (+23 -0) ➕ `src/client/components/footer/footer.styl` (+0 -0) ➕ `src/client/components/quick-commands/quick-commands-form.jsx` (+107 -0) ➕ `src/client/components/quick-commands/quick-commands-list.jsx` (+64 -0) ➕ `src/client/components/quick-commands/quick-commands-select.jsx` (+66 -0) ➕ `src/client/components/quick-commands/quick-commands.styl` (+8 -0) 📝 `src/client/components/session/index.jsx` (+18 -1) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+21 -0) 📝 `src/client/components/terminal/index.jsx` (+11 -2) 📝 `src/client/store/index.js` (+41 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:56:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3465
No description provided.