adjust
Yet another text editor for the terminal, written in V.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Keywords from Contributors
Repository
Yet another text editor for the terminal, written in V.
Basic Info
- Host: GitHub
- Owner: kevinmatthes
- License: gpl-3.0
- Language: V
- Default Branch: main
- Size: 143 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 0
Metadata Files
README.md
adjust
Summary
Yet another text editor for the terminal, written in V.
License
This project's license is GPL-3.0. The whole license text can be found
in LICENSE in the repository root. The brief version is as
follows:
Copyright (C) 2023 Kevin Matthes
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Acknowledgments
- fox0430/moe, especially its non-Vim commands, inspired the general
design of
adjust. - github-linguist/linguist defines a mapping of coding languages to
colours which is used to render the "Languages" statistics for each GitHub
repository, making it a well-known convention also applied to the design of
adjust's status bar. - hungrybluedev/geo demonstrates both the
flagmodule of the V standard library as well as the creation of unittests in V.
Owner
- Name: Kevin Matthes
- Login: kevinmatthes
- Kind: user
- Repositories: 16
- Profile: https://github.com/kevinmatthes
Citation (CITATION.cff)
######################## GNU General Public License 3.0 ########################
## ##
## Copyright (C) 2023 Kevin Matthes ##
## ##
## This program is free software: you can redistribute it and/or modify ##
## it under the terms of the GNU General Public License as published by ##
## the Free Software Foundation, either version 3 of the License, or ##
## (at your option) any later version. ##
## ##
## This program is distributed in the hope that it will be useful, ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
## GNU General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License ##
## along with this program. If not, see <https://www.gnu.org/licenses/>. ##
## ##
################################################################################
################################################################################
##
## AUTHOR Kevin Matthes
## BRIEF Citation settings for the Git repository.
## COPYRIGHT GPL-3.0
## DATE 2023
## FILE CITATION.cff
## NOTE See `LICENSE' for full license.
## See `README.md' for project details.
##
################################################################################
abstract: Yet another text editor for the terminal, written in V.
authors:
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2023-07-04
license: GPL-3.0
message: Please cite this software using these information.
repository-code: https://github.com/kevinmatthes/adjust
title: adjust
url: https://github.com/kevinmatthes/adjust
version: 0.0.0
references:
- type: software
date-released: 2021-12-21
version: 0.3.0
abstract: A command line based editor inspired by Vim. Written in Nim.
authors:
- alias: fox0430
- alias: walkre-niboshi
- alias: juancarlospaco
- alias: tobgle
- alias: uninhm
- alias: kevinmatthes
- alias: jiro4989
- alias: jrfondren
- alias: loloicci
- alias: lbartoletti
- alias: 5enxia
- alias: 0branch
- alias: bung87
- alias: xigoi
- alias: avahe-kellenberger
- alias: tjbell
- alias: tobimensch
- alias: JohnAD
- alias: SolitudeSF
license: GPL-3.0
repository-code: https://github.com/fox0430/moe
title: moe
url: https://editor.moe
- type: software
abstract: A sample CLI tool made in V that prints geometric shapes to the screen.
authors:
- alias: hungrybluedev
family-names: Haldar
given-names: Subhomoy
date-released: 2023-04-20
license: MIT
repository-code: https://github.com/hungrybluedev/geo
title: geo
url: https://github.com/hungrybluedev/geo
version: 0.2.4
################################################################################
GitHub Events
Total
- Issues event: 15
- Delete event: 7
- Push event: 10
- Pull request review event: 8
- Pull request event: 16
- Create event: 9
Last Year
- Issues event: 15
- Delete event: 7
- Push event: 10
- Pull request review event: 8
- Pull request event: 16
- Create event: 9
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kevin Matthes | 9****s | 43 |
| renovate[bot] | 2****] | 36 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 79
- Average time to close issues: N/A
- Average time to close pull requests: about 10 hours
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.01
- Merged pull requests: 76
- Bot issues: 1
- Bot pull requests: 37
Past Year
- Issues: 0
- Pull requests: 14
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 14
Top Authors
Issue Authors
- renovate[bot] (1)
Pull Request Authors
- renovate[bot] (58)
- kevinmatthes (41)