blob: e674c455f5c1158aad44e35a85363b1e6a514f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../robodoc.css" type="text/css" />
<script src="../robodoc.js"></script>
<title>project.sh</title>
<!-- Source: ./lib/project.sh -->
<!-- Generated with ROBODoc Version 4.99.44 (May 7 2025) -->
</head>
<body>
<div id="logo">
<a name="robo_top_of_doc"></a>
</div> <!-- logo -->
<div id="navigation">
<a class="menuitem" href="../toc_index.html#top">Table of Contents</a>
<a class="menuitem" href="../robo_sourcefiles.html#top">Sourcefiles</a>
<a class="menuitem" href="../masterindex.html#top">Index</a>
<a class="menuitem" href="../robo_dirs.html#top">Directories</a>
<a class="menuitem" href="../robo_files.html#top">Files</a>
<a class="menuitem" href="../robo_definitions.html#top">Definitions</a>
<a class="menuitem" href="../robo_functions.html#top">Functions</a>
<a class="menuitem" href="../robo_modules.html#top">Modules</a>
</div> <!-- navigation -->
<div id="content">
<hr />
<a name="lib2fproject2esh"></a>
<a name="robo3"></a><h2>lib/project.sh [ Files ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="../tskw_sh.html#robo6">lib</a> ] [ <a href="../robo_files.html#robo_top_of_doc">Files</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>project.sh</strong> - bash-скрипт для создания проекта в taskwarrior-tui.
</p>
<hr />
<a name="global2esh2fgetExitCriteria"></a>
<a name="robo21"></a><h2>global.sh/getExitCriteria [ Functions ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./global_sh.html#robo2">global.sh</a> ] [ <a href="../robo_functions.html#robo_top_of_doc">Functions</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>getExitCriteria</strong> - возвращает критерий завершения.
</p>
<p> USES BY
</p>
<p> - <a href="#robo30">taskProj</a>
</p>
<p class="item_name">RETURN VALUE</p>
<pre class="source"># return {string} - критерий завершения задачи.
</pre>
<p class="item_name">NOTES</p>
<pre> Следующее после самого первого описания (description) идёт - критерий завершения.
</pre>
<hr />
<a name="global2esh2fgetProjName"></a>
<a name="robo25"></a><h2>global.sh/getProjName [ Functions ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./global_sh.html#robo2">global.sh</a> ] [ <a href="../robo_functions.html#robo_top_of_doc">Functions</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>getProjName</strong> - возвращает название проекта.
</p>
<p> USES BY
</p>
<p> - <a href="#robo30">taskProj</a>
</p>
<p class="item_name">RETURN VALUE</p>
<pre class="source"># return {string} - название задачи.
</pre>
<p class="item_name">NOTES</p>
<pre> Cамое первое описание (description) является названием задачи.
</pre>
<hr />
<a name="global2esh2ftaskCheck"></a>
<a name="robo29"></a><h2>global.sh/taskCheck [ Functions ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./global_sh.html#robo2">global.sh</a> ] [ <a href="../robo_functions.html#robo_top_of_doc">Functions</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>taskCheck</strong> - проверка обрабатываемой задачи.
</p>
<p class="item_name">DESCRIPTION</p>
<p> Проверка задачи на наличие: критерия завершения, названия проекта, первого шага и существующего проекта.
</p>
<p> USES BY
</p>
<p> - <a href="#robo30">taskProj</a>
</p>
<p class="item_name">RETURN VALUE</p>
<pre class="source"># return {number} - статус завершения.
</pre>
<hr />
<a name="global2esh2ftaskProj"></a>
<a name="robo30"></a><h2>global.sh/taskProj [ Functions ]</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./global_sh.html#robo2">global.sh</a> ] [ <a href="../robo_functions.html#robo_top_of_doc">Functions</a> ]</p>
<p class="item_name">NAME</p>
<p> <strong>taskProj</strong> - создание проекта.
</p>
<p class="item_name">NOTES</p>
<pre> Проект создается на основе:
- названия проекта;
- критерия завершения;
- первого шага.
USES BY
- <a href="../tskw_sh.html#robo_top_of_doc">tskw.sh</a>
</pre>
</div> <!-- content -->
<div id="footer">
<p>Generated from ./lib/project.sh with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.44 on 2025-08-08 06:55:59</p>
</div> <!-- footer -->
</body>
</html>
|