-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfs.html
130 lines (127 loc) · 6.04 KB
/
cfs.html
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
127
128
129
130
---
layout: "programs-tplt"
group: apps
priority: 45
version: "4.1.1"
os: "Windows 2000 & later"
release-date: "2104-03-21"
title: "Clipboard Format Spy"
precis: "Displays various formats currently on the clipboard"
summary: "Displays the names of formats currently on the clipboard and enables common formats to be viewed."
meta-desc: An ABANDONED clipboard format viewer application written in Delphi Pascal."
download-base-url: "https://github.com/delphidabbler/cfs/releases/tag/v"
repo-name: "GitHub"
repo-url: "https://github.com/delphidabbler/cfs"
want-header-buttons: false
status: "mothballed"
redirect_from:
- /cfs
---
<section class="panel panel-warning">
<div class="panel-heading">
<h2 class="panel-title">
Mothballed
</h2>
</div>
<div class="panel-body">
<p class="lead">
Development of <em>{{ page.title }}</em> is frozen and the GitHub repository is archived.
</p>
<p>
The latest release was made back in March 2014. Now, in 2021, I think it's safe to say that the code base is stale! So I've decided to call it a day with this program.
</p>
<p>
The source code remains available on GitHub (see below) should anyone want to develop the program further. Just fork the repo and take the project over.
</p>
<p class="alert alert-warning lead glyph">
There is no support available for this program. Please do not report any bugs or contact me about it.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Overview
</h2>
</div>
<div class="panel-body">
<p>
<em>Clipboard Format Spy</em> lists the available formats for any data that is currently stored on the clipboard. It automatically updates the information displayed as the contents of the clipboard change. For certain formats you can also view the clipboard contents. The clipboard can also be cleared.
</p>
<p>
For each format displayed on the clipboard, the following information is displayed in the main window.
</p>
<ul class="wide">
<li>
<em>Code</em> – this is the identifier used to represent the clipboard format. It is displayed in hexadecimal.
</li>
<li>
<em>Description</em> – this is the description of the clipboard format. Symbolic constants are displayed for the Windows standard clipboard formats.
</li>
<li>
<em>Size</em> – this is the size of the data on the clipboard. No value is displayed if the clipboard contents are not stored in global memory.
</li>
</ul>
<p>
The display can be sorted in ascending or descending order on any column.
</p>
<p>
Clipboard formats can be viewed by selecting the required format in the main display and right-clicking to display a pop-up menu. Select the required viewer from the menu. If the format can't be viewed then "no viewer" will be displayed in the menu.
</p>
<p>
The file name of the process that owns the clipboard is displayed in the status bar.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Download
</h2>
</div>
<div class="panel-body">
<p>
This program is <em>archived</em> on GitHub in the <code><a href="{{ page.repo-url }}">delphidabbler/cfs</a></code> repository. The final release of the program can be downloaded from the repository's <em>Releases</em> tab.
</p>
<p>
The final release is v{{page.version}}. The following downloads are available:
</p>
<ul>
<li>
Choose <code><a class="direct-dl" href="https://github.com/delphidabbler/cfs/releases/download/v4.1.1/cfs-exe-4.1.1.zip">cfs-exe-{{page.version}}.zip</a></code> to download a zip file containing the program's installer. Extract the content of the <code>.zip</code> file. The included <code>ReadMe.txt</code> file explains how to install the program.
</li>
<li>
Choose <code><a class="direct-dl" href="https://github.com/delphidabbler/cfs/archive/refs/tags/v4.1.1.zip">Source code.zip</a></code> to download the source code in <code>.zip</code> format.
</li>
<li>
Choose <code><a class="direct-dl" href="https://github.com/delphidabbler/cfs/archive/refs/tags/v4.1.1.tar.gz">Source code.tar.gz</a></code> to download the source code as a gzip-ped tarball.
</li>
</ul>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Documentation
</h2>
</div>
<div class="panel-body">
<p>
The following documentation is available. All the links open on GitHub.
</p>
<ul class="list-group">
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://github.com/delphidabbler/cfs/blob/master/README.md">Read Me<span class="sr-only"> (mardown format text file)</span></a> – contains details of how to install the program along with other information.
</li>
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://raw.githubusercontent.com/delphidabbler/cfs/master/Docs/License.txt">License<span class="sr-only"> (text file)</span></a> – the program's end user license agreement.
</li>
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://raw.githubusercontent.com/delphidabbler/cfs/master/Docs/ChangeLog.txt">Change Log<span class="sr-only"> (text file)</span></a> – lists significant changes made in each program release.
</li>
<li class="list-group-item">
<span class="fa fa-fw fa-x-pad-right fa-file-text-o" aria-hidden="true"></span><a href="https://raw.githubusercontent.com/delphidabbler/cfs/master/Docs/ReadMe-Src.txt">Build File<span class="sr-only"> (text file)</span></a> – provides detailed information on how to build the program from source.
</li>
</ul>
</div>
</section>