All Projects → rebrec → hurry

rebrec / hurry

Licence: LGPL-2.1 license
The (cross-platform) SysAdmin's tool to get repetitive things done Fast

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to hurry

Trudesk
☕️ 🌱 Trudesk is an open source help desk/ticketing solution.
Stars: ✭ 549 (+54800%)
Mutual labels:  helpdesk
Addchat Laravel
AddChat Laravel is a Laravel chat package. Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat & more.
Stars: ✭ 99 (+9800%)
Mutual labels:  helpdesk
Helpy
Helpy is a modern, open source helpdesk customer support application. Features include knowledgebase, community discussions and support tickets integrated with email.
Stars: ✭ 2,114 (+211300%)
Mutual labels:  helpdesk
Appkefu android demo v4
微客服 安卓客服demo 4.x 版本 (IM, SDK, ChatUI, helpdesk, 客服系统 )
Stars: ✭ 11 (+1000%)
Mutual labels:  helpdesk
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+126200%)
Mutual labels:  helpdesk
Docker Otrs
The unofficial OTRS Ticketing System docker image
Stars: ✭ 121 (+12000%)
Mutual labels:  helpdesk
Helpdesk
Helpdesk web application built with Ruby, Sinatra, Bootstrap and jQuery
Stars: ✭ 14 (+1300%)
Mutual labels:  helpdesk
Zammad
Zammad is a web based open source helpdesk/customer support system
Stars: ✭ 2,814 (+281300%)
Mutual labels:  helpdesk
Formcreator
GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
Stars: ✭ 95 (+9400%)
Mutual labels:  helpdesk
Glpi
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
Stars: ✭ 2,278 (+227700%)
Mutual labels:  helpdesk
Freescout
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
Stars: ✭ 1,008 (+100700%)
Mutual labels:  helpdesk
Django Helpdesk
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
Stars: ✭ 1,198 (+119700%)
Mutual labels:  helpdesk
Dotnetdesk
Asp.Net Example web application showing the capabilities of ASP.NET Core 2 MVC, EF (Entity Framework), Web API, Bootstrap, jQuery, datatables, adminlte template and many more. Web app created as helpdesk or ticket support portal.
Stars: ✭ 136 (+13500%)
Mutual labels:  helpdesk
Otrs
((OTRS)) Community Edition is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. Please note that ((OTRS)) Community Edition offers limited OTRS functionality.
Stars: ✭ 769 (+76800%)
Mutual labels:  helpdesk
Helpdesk Guide
📖《桌维网管实典》主机与程控终端信息安全运维,IT方向速成就业入职
Stars: ✭ 183 (+18200%)
Mutual labels:  helpdesk
Itop
A simple, web based IT Service Management tool
Stars: ✭ 349 (+34800%)
Mutual labels:  helpdesk
Brimir
Email helpdesk built using Ruby on Rails and Zurb Foundation
Stars: ✭ 1,404 (+140300%)
Mutual labels:  helpdesk
python-freshdesk
An API for the Freshdesk helpdesk
Stars: ✭ 75 (+7400%)
Mutual labels:  helpdesk
Hd.rustem
HD.rustem - web-based helpdesk system (apache+php+mysql)
Stars: ✭ 198 (+19700%)
Mutual labels:  helpdesk
Redmine helpdesk
Lightweight helpdesk plugin for redmine.
Stars: ✭ 160 (+15900%)
Mutual labels:  helpdesk

Hurry

Build status

The (cross-platform) SysAdmin's tool to get repetitive things done Fast.

Hurry_Main

More screenshots

Installation and configuration

Download latest builds

Initial Configuration

Run the freshly downloaded Hurry setup and then start Hurry.

It will prompt you with a First Configuration screen.

First_Configuration_Screen

Scroll down this screen and Click on Submit button to get to work.

Manual builds

Follow this page describing how to build from the sources

Prerequisites

To be able to use most of Hurry's features, you will need a recent version or Powershell.

For Linux users, get it from here

Project description

Check out the GUI Overview with screenshots

Hurry's is to allow command-line gurus to share their work with users who prefer GUIs.

It was first released as a tool for support teams.

I was often creating Powershell scripts to solve enterprise-wide issues. When a user was calling the helpdesk, we had to ask for their computer name, etc to then execute my scripts remotely using WinRM or psexec.

Now with Hurry, I can embed my script within a contextual menu, helpdesk team just have to search for a specific user, click on its computer in the search result grid and choose the right action to perform on its computer from a contextual menu.

Since its beginning, we have extended its use so that :

  • it can quickly interface with new datasources
  • menu actions can use variables interpolated from contextual data gathered from the properties available within datasource records.
  • a plugin system lets you drive most of the application (adding new Views, updating menu content, adding datasource, new shells, etc.) still WIP.

Source code

This project has been build with the great electron-react-ts-boilerplate project (based on Electron Forge). Thanks to this project, we can concentrate on coding an Electron Application with a React JS front end. The included Webpack configuration allow using both Javascript (*.js, .jsx) and Typescript (.ts, *.tsx).

It enables to use:

  • React + Typescript for UI part
  • Typescript for backend process part
  • Jest for unit tests

It includes an example of communication between UI and Main processes (ipcRenderer and ipcMain). This example is currently not used at all.

Support

For any bug, questions on how to do I use, or features additions, feel free to create an issue

A Discord server is available here to live chat, ask questions, give your opinion on the project : lets meet there

License

LGPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].