xaizek / pipedial (License: GPLv3 only) (since 2019-01-08)
One more tool for selecting something in console.
Commit 36afb913834cdf01127857295e973a388d6d3680

Pin version of the license to be GPL3 only
No "or later version" anymore.
Author: xaizek
Author date (UTC): 2019-09-21 14:25
Committer name: xaizek
Committer date (UTC): 2019-09-21 14:28
Parent(s): b73665d41846a1e370696619ee7ea31fb398299c
Signing key: 99DC5E4DB05F6BE2
Tree: 7fb18ef09ad20fee70ecaf8f730169a0eb108dec
File Lines added Lines deleted
README.md 2 2
src/Args.cpp 2 3
src/Args.hpp 2 3
src/PipeDial.cpp 2 3
src/PipeDial.hpp 2 3
src/main.cpp 2 3
src/utils.cpp 2 3
src/utils.hpp 2 3
File README.md changed (mode: 100644) (index 2d0b24a..f78463d)
1 1 **pipedial**, _v0.1_, _2019_ **pipedial**, _v0.1_, _2019_
2 2
3 _This file last updated on 15 April, 2019_
3 _This file last updated on 21 September, 2019_
4 4
5 5 ![Pipedial Gif](docs/pipedial.gif) ![Pipedial Gif](docs/pipedial.gif)
6 6
 
... ... Expected to work in \*nix like environments.
46 46
47 47 ### License ### ### License ###
48 48
49 GNU General Public License, version 3 or later.
49 Version 3 of the GNU General Public License.
50 50
51 51 [sentaku]: https://github.com/rcmdnk/sentaku [sentaku]: https://github.com/rcmdnk/sentaku
52 52 [make]: https://www.gnu.org/software/make/ [make]: https://www.gnu.org/software/make/
File src/Args.cpp changed (mode: 100644) (index da544b8..124f3a2)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
File src/Args.hpp changed (mode: 100644) (index e332f77..80410d4)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
File src/PipeDial.cpp changed (mode: 100644) (index f64b41f..398b706)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
File src/PipeDial.hpp changed (mode: 100644) (index 0c79a57..d796eab)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
File src/main.cpp changed (mode: 100644) (index 6972c0a..f4d8c13)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
File src/utils.cpp changed (mode: 100644) (index 71a318a..a564f9c)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
File src/utils.hpp changed (mode: 100644) (index d4a8aad..5aa630a)
4 4 // This file is part of pipedial. // This file is part of pipedial.
5 5 // //
6 6 // pipedial is free software: you can redistribute it and/or modify // pipedial is free software: you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation, either version 3 of the License, or
9 // (at your option) any later version.
7 // it under the terms of version 3 of the GNU General Public License
8 // as published by the Free Software Foundation.
10 9 // //
11 10 // pipedial is distributed in the hope that it will be useful, // pipedial is distributed in the hope that it will be useful,
12 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pipedial

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pipedial

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master