easyscreen
Bash scripts that facilitate the use of the "screen" command through names
Science Score: 67.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
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Bash scripts that facilitate the use of the "screen" command through names
Basic Info
- Host: GitHub
- Owner: humbertolvarona
- License: mit
- Language: Shell
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Citation
Authors
README.md
EasyScreen
Version
1.0
Release date
March, 14 2017
DOI
License
MIT
Description
Bash scripts that facilitate the use of the "screen" command through names
How to install
```sh
tar -xvf EasyScreen.tar.gz -C /home/user/bin
chmod +x /home/user/bin/newscr
chmod +x /home/user/bin/connscr
chmod +x /home/user/bin/delscr
nano ~/.bashrc
export PATH = $PATH:$HOME/bin
source ~/.bashrc
```
How to run
Create a screen called "TEST1" and another "Simulation"
```sh
newscr TEST1
newscr Simulation
```
List the created screens
```sh
screen -ls
There are screens on: 12099.Simulation (04/25/2023 04:37:29 PM) (Detached) 11975.TEST1 (04/25/2023 04:37:20 PM) (Detached) ```
To reconnect to a screen
```sh
connscr TEST1
connscr Simulation
```
To delete a screen
```sh
delscr TEST1
delscr Simulation
```
Cite as
Humberto L. Varona (2023). EasyScreen. (1.0). Zenodo. https://doi.org/10.5281/zenodo.7864685
Owner
- Name: Humberto L. Varona
- Login: humbertolvarona
- Kind: user
- Location: Brazil
- Repositories: 2
- Profile: https://github.com/humbertolvarona
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
EasyScreen
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- family-names: Varona
given-names: Humberto L.
email: humberto.varona@gmail.com
affiliation: >-
Department of Oceanography. Federal University
of Pernambuco. Recife-PE. Brazil
orcid: 'https://orcid.org/0000-0001-7405-4827'
repository-code: 'https://doi.org/10.5281/zenodo.7864685'
abstract: >-
Bash scripts that facilitate the use of the "screen" command through names
keywords:
- Linux
- MacOS
- bash
license: MIT
version: '1.0'
date-released: '2017-03-14'