···11+## Ignore Visual Studio temporary files, build results, and
22+## files generated by popular Visual Studio add-ons.
33+##
44+## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55+66+# User-specific files
77+*.rsuser
88+*.suo
99+*.user
1010+*.userosscache
1111+*.sln.docstates
1212+1313+# User-specific files (MonoDevelop/Xamarin Studio)
1414+*.userprefs
1515+1616+# Mono auto generated files
1717+mono_crash.*
1818+1919+# Build results
2020+[Dd]ebug/
2121+[Dd]ebugPublic/
2222+[Rr]elease/
2323+[Rr]eleases/
2424+x64/
2525+x86/
2626+[Ww][Ii][Nn]32/
2727+[Aa][Rr][Mm]/
2828+[Aa][Rr][Mm]64/
2929+bld/
3030+[Bb]in/
3131+[Oo]bj/
3232+[Ll]og/
3333+[Ll]ogs/
3434+3535+# Visual Studio 2015/2017 cache/options directory
3636+.vs/
3737+# Uncomment if you have tasks that create the project's static files in wwwroot
3838+#wwwroot/
3939+4040+# Visual Studio 2017 auto generated files
4141+Generated\ Files/
4242+4343+# MSTest test Results
4444+[Tt]est[Rr]esult*/
4545+[Bb]uild[Ll]og.*
4646+4747+# NUnit
4848+*.VisualState.xml
4949+TestResult.xml
5050+nunit-*.xml
5151+5252+# Build Results of an ATL Project
5353+[Dd]ebugPS/
5454+[Rr]eleasePS/
5555+dlldata.c
5656+5757+# Benchmark Results
5858+BenchmarkDotNet.Artifacts/
5959+6060+# .NET Core
6161+project.lock.json
6262+project.fragment.lock.json
6363+artifacts/
6464+6565+# ASP.NET Scaffolding
6666+ScaffoldingReadMe.txt
6767+6868+# StyleCop
6969+StyleCopReport.xml
7070+7171+# Files built by Visual Studio
7272+*_i.c
7373+*_p.c
7474+*_h.h
7575+*.ilk
7676+*.meta
7777+*.obj
7878+*.iobj
7979+*.pch
8080+*.pdb
8181+*.ipdb
8282+*.pgc
8383+*.pgd
8484+*.rsp
8585+*.sbr
8686+*.tlb
8787+*.tli
8888+*.tlh
8989+*.tmp
9090+*.tmp_proj
9191+*_wpftmp.csproj
9292+*.log
9393+*.tlog
9494+*.vspscc
9595+*.vssscc
9696+.builds
9797+*.pidb
9898+*.svclog
9999+*.scc
100100+101101+# Chutzpah Test files
102102+_Chutzpah*
103103+104104+# Visual C++ cache files
105105+ipch/
106106+*.aps
107107+*.ncb
108108+*.opendb
109109+*.opensdf
110110+*.sdf
111111+*.cachefile
112112+*.VC.db
113113+*.VC.VC.opendb
114114+115115+# Visual Studio profiler
116116+*.psess
117117+*.vsp
118118+*.vspx
119119+*.sap
120120+121121+# Visual Studio Trace Files
122122+*.e2e
123123+124124+# TFS 2012 Local Workspace
125125+$tf/
126126+127127+# Guidance Automation Toolkit
128128+*.gpState
129129+130130+# ReSharper is a .NET coding add-in
131131+_ReSharper*/
132132+*.[Rr]e[Ss]harper
133133+*.DotSettings.user
134134+135135+# TeamCity is a build add-in
136136+_TeamCity*
137137+138138+# DotCover is a Code Coverage Tool
139139+*.dotCover
140140+141141+# AxoCover is a Code Coverage Tool
142142+.axoCover/*
143143+!.axoCover/settings.json
144144+145145+# Coverlet is a free, cross platform Code Coverage Tool
146146+coverage*.json
147147+coverage*.xml
148148+coverage*.info
149149+150150+# Visual Studio code coverage results
151151+*.coverage
152152+*.coveragexml
153153+154154+# NCrunch
155155+_NCrunch_*
156156+.*crunch*.local.xml
157157+nCrunchTemp_*
158158+159159+# MightyMoose
160160+*.mm.*
161161+AutoTest.Net/
162162+163163+# Web workbench (sass)
164164+.sass-cache/
165165+166166+# Installshield output folder
167167+[Ee]xpress/
168168+169169+# DocProject is a documentation generator add-in
170170+DocProject/buildhelp/
171171+DocProject/Help/*.HxT
172172+DocProject/Help/*.HxC
173173+DocProject/Help/*.hhc
174174+DocProject/Help/*.hhk
175175+DocProject/Help/*.hhp
176176+DocProject/Help/Html2
177177+DocProject/Help/html
178178+179179+# Click-Once directory
180180+publish/
181181+182182+# Publish Web Output
183183+*.[Pp]ublish.xml
184184+*.azurePubxml
185185+# Note: Comment the next line if you want to checkin your web deploy settings,
186186+# but database connection strings (with potential passwords) will be unencrypted
187187+*.pubxml
188188+*.publishproj
189189+190190+# Microsoft Azure Web App publish settings. Comment the next line if you want to
191191+# checkin your Azure Web App publish settings, but sensitive information contained
192192+# in these scripts will be unencrypted
193193+PublishScripts/
194194+195195+# NuGet Packages
196196+*.nupkg
197197+# NuGet Symbol Packages
198198+*.snupkg
199199+# The packages folder can be ignored because of Package Restore
200200+**/[Pp]ackages/*
201201+# except build/, which is used as an MSBuild target.
202202+!**/[Pp]ackages/build/
203203+# Uncomment if necessary however generally it will be regenerated when needed
204204+#!**/[Pp]ackages/repositories.config
205205+# NuGet v3's project.json files produces more ignorable files
206206+*.nuget.props
207207+*.nuget.targets
208208+209209+# Microsoft Azure Build Output
210210+csx/
211211+*.build.csdef
212212+213213+# Microsoft Azure Emulator
214214+ecf/
215215+rcf/
216216+217217+# Windows Store app package directories and files
218218+AppPackages/
219219+BundleArtifacts/
220220+Package.StoreAssociation.xml
221221+_pkginfo.txt
222222+*.appx
223223+*.appxbundle
224224+*.appxupload
225225+226226+# Visual Studio cache files
227227+# files ending in .cache can be ignored
228228+*.[Cc]ache
229229+# but keep track of directories ending in .cache
230230+!?*.[Cc]ache/
231231+232232+# Others
233233+ClientBin/
234234+~$*
235235+*~
236236+*.dbmdl
237237+*.dbproj.schemaview
238238+*.jfm
239239+*.pfx
240240+*.publishsettings
241241+orleans.codegen.cs
242242+243243+# Including strong name files can present a security risk
244244+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
245245+#*.snk
246246+247247+# Since there are multiple workflows, uncomment next line to ignore bower_components
248248+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
249249+#bower_components/
250250+251251+# RIA/Silverlight projects
252252+Generated_Code/
253253+254254+# Backup & report files from converting an old project file
255255+# to a newer Visual Studio version. Backup files are not needed,
256256+# because we have git ;-)
257257+_UpgradeReport_Files/
258258+Backup*/
259259+UpgradeLog*.XML
260260+UpgradeLog*.htm
261261+ServiceFabricBackup/
262262+*.rptproj.bak
263263+264264+# SQL Server files
265265+*.mdf
266266+*.ldf
267267+*.ndf
268268+269269+# Business Intelligence projects
270270+*.rdl.data
271271+*.bim.layout
272272+*.bim_*.settings
273273+*.rptproj.rsuser
274274+*- [Bb]ackup.rdl
275275+*- [Bb]ackup ([0-9]).rdl
276276+*- [Bb]ackup ([0-9][0-9]).rdl
277277+278278+# Microsoft Fakes
279279+FakesAssemblies/
280280+281281+# GhostDoc plugin setting file
282282+*.GhostDoc.xml
283283+284284+# Node.js Tools for Visual Studio
285285+.ntvs_analysis.dat
286286+node_modules/
287287+288288+# Visual Studio 6 build log
289289+*.plg
290290+291291+# Visual Studio 6 workspace options file
292292+*.opt
293293+294294+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
295295+*.vbw
296296+297297+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
298298+*.vbp
299299+300300+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
301301+*.dsw
302302+*.dsp
303303+304304+# Visual Studio 6 technical files
305305+*.ncb
306306+*.aps
307307+308308+# Visual Studio LightSwitch build output
309309+**/*.HTMLClient/GeneratedArtifacts
310310+**/*.DesktopClient/GeneratedArtifacts
311311+**/*.DesktopClient/ModelManifest.xml
312312+**/*.Server/GeneratedArtifacts
313313+**/*.Server/ModelManifest.xml
314314+_Pvt_Extensions
315315+316316+# Paket dependency manager
317317+.paket/paket.exe
318318+paket-files/
319319+320320+# FAKE - F# Make
321321+.fake/
322322+323323+# CodeRush personal settings
324324+.cr/personal
325325+326326+# Python Tools for Visual Studio (PTVS)
327327+__pycache__/
328328+*.pyc
329329+330330+# Cake - Uncomment if you are using it
331331+# tools/**
332332+# !tools/packages.config
333333+334334+# Tabs Studio
335335+*.tss
336336+337337+# Telerik's JustMock configuration file
338338+*.jmconfig
339339+340340+# BizTalk build output
341341+*.btp.cs
342342+*.btm.cs
343343+*.odx.cs
344344+*.xsd.cs
345345+346346+# OpenCover UI analysis results
347347+OpenCover/
348348+349349+# Azure Stream Analytics local run output
350350+ASALocalRun/
351351+352352+# MSBuild Binary and Structured Log
353353+*.binlog
354354+355355+# NVidia Nsight GPU debugger configuration file
356356+*.nvuser
357357+358358+# MFractors (Xamarin productivity tool) working folder
359359+.mfractor/
360360+361361+# Local History for Visual Studio
362362+.localhistory/
363363+364364+# Visual Studio History (VSHistory) files
365365+.vshistory/
366366+367367+# BeatPulse healthcheck temp database
368368+healthchecksdb
369369+370370+# Backup folder for Package Reference Convert tool in Visual Studio 2017
371371+MigrationBackup/
372372+373373+# Ionide (cross platform F# VS Code tools) working folder
374374+.ionide/
375375+376376+# Fody - auto-generated XML schema
377377+FodyWeavers.xsd
378378+379379+# VS Code files for those working on multiple tools
380380+.vscode/*
381381+!.vscode/settings.json
382382+!.vscode/tasks.json
383383+!.vscode/launch.json
384384+!.vscode/extensions.json
385385+*.code-workspace
386386+387387+# Local History for Visual Studio Code
388388+.history/
389389+390390+# Windows Installer files from build outputs
391391+*.cab
392392+*.msi
393393+*.msix
394394+*.msm
395395+*.msp
396396+397397+# JetBrains Rider
398398+*.sln.iml
+21
LICENSE
···11+MIT License
22+33+Copyright (c) 2023 Fleny
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+2
README.md
···11+# hexus
22+Hexus is a modern, cross-platform process manager